Esempio n. 1
0
 public ProductParametrRepository(IMngPaycheckContext context) : base(context)
 {
 }
 public CashierRepository(IMngPaycheckContext context) : base(context)
 {
 }
 public SupermarketRepository(IMngPaycheckContext context) : base(context)
 {
 }
 public GenericRepository(IMngPaycheckContext context)
 {
     this._context = context;
 }
 public ProductTypeRepository(IMngPaycheckContext context) : base(context)
 {
 }
 public PurchaseRepository(IMngPaycheckContext context) : base(context)
 {
 }