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