add new project
This commit is contained in:
15
MySolution/DBCreateEF/Model/Snack.cs
Normal file
15
MySolution/DBCreateEF/Model/Snack.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DBCreateEF.Model
|
||||
{
|
||||
internal class Snack
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public decimal Price { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user