Example #1
0
 public ProductsRepository(IMagicCucaBakeryContext context) : base(context)
 {
 }
 public CustomersRepository(IMagicCucaBakeryContext context) : base(context)
 {
 }
 protected BaseRepository(IMagicCucaBakeryContext context)
 {
     this.context = context;
 }