public PurchaseOrderRepositorys(PradadgeContext context, IStockRepositorys stock, IReferenceManagerRepository reference, IStockCardRepositorys Card) { this.context = context; this.reference = reference; this.Card = Card; this.stock = stock; }
public SalesDetailRepository(PradadgeContext context, IReferenceManagerRepository reference, IStockCardRepositorys card, IStockRepositorys stock, IPaymentRepository payment) { this.context = context; this.reference = reference; this.stock = stock; this.card = card; this.payment = payment; }
public VendorRepository(PradadgeContext context) { this.context = context; }
public CategoryRepository(PradadgeContext context) { this.context = context; }
public PaymentModesRepository(PradadgeContext context) { this.context = context; }
public ReferenceManagerRepository(PradadgeContext context) { this.context = context; }
public CompanysRepository(PradadgeContext context) { this.context = context; }
public SectionRepository(PradadgeContext context) { this.context = context; }
public SalesTypesRepository(PradadgeContext context) { this.context = context; }
public MeasurementRepository(PradadgeContext context) { this.context = context; }
public VendorPaymentRepository(PradadgeContext context) { this.context = context; this.purchase = purchase; }
public StockRepositorys(PradadgeContext context, IStockCardRepositorys card) { this.context = context; this.card = card; }
public TransactionStatusRepositorys(PradadgeContext context) { this.context = context; }
public StockCardRepositorys(PradadgeContext context) { this.context = context; }
public BrandRepository(PradadgeContext context) { this.context = context; }
public DamagesRepositorys(PradadgeContext context) { this.context = context; }
public CustomerRepository(PradadgeContext context) { this.context = context; }
public StaffRepositorys(PradadgeContext context) { this.context = context; }
public StatesRepository(PradadgeContext context) { this.context = context; }