public InventoryService(BmaDbContext context) { _context = context; }
public PaymentArService(BmaDbContext context) { _context = context; }
public SalesService(BmaDbContext context) { _context = context; }
public KasBankService(BmaDbContext context) { _context = context; }
public ReceivableService(BmaDbContext context) { _context = context; }
public PurchaseService(BmaDbContext context) { _context = context; }
public PayableService(BmaDbContext context) { _context = context; }
public LedgerService(BmaDbContext context) { _context = context; }