Exemplo n.º 1
0
 public ProductParametrRepository(IMngPaycheckContext context) : base(context)
 {
 }
Exemplo n.º 2
0
 public CashierRepository(IMngPaycheckContext context) : base(context)
 {
 }
 public SupermarketRepository(IMngPaycheckContext context) : base(context)
 {
 }
Exemplo n.º 4
0
 public GenericRepository(IMngPaycheckContext context)
 {
     this._context = context;
 }
 public ProductTypeRepository(IMngPaycheckContext context) : base(context)
 {
 }
Exemplo n.º 6
0
 public PurchaseRepository(IMngPaycheckContext context) : base(context)
 {
 }