First day
This commit is contained in:
8
Exercise1/StoreData/Product.cs
Normal file
8
Exercise1/StoreData/Product.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace StoreData
|
||||
{
|
||||
public class Product
|
||||
{
|
||||
public decimal Price { get; set; }
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user