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