コード例 #1
0
 public IngredientRepository(QLQuanCafeContext context) : base(context)
 {
 }
コード例 #2
0
 public EFCTHDRepository(QLQuanCafeContext context)
 {
     this.context = context;
 }
コード例 #3
0
 public CustomerRepository(QLQuanCafeContext context) : base(context)
 {
 }
コード例 #4
0
 public EFHoaDonRepository(QLQuanCafeContext context)
 {
     this.context = context;
 }
コード例 #5
0
 public NuocUongRepository(QLQuanCafeContext context) : base(context)
 {
 }