public TransactionRepository(SemesDbContext context) { Context = context; }
public AdmiRepository(SemesDbContext context, IFeatureManager featureManager) { Context = context; }
public WearhouseRepository(SemesDbContext context) { Context = context; }
public SupplierRepository(SemesDbContext context) { Context = context; }
public ItemRepository(SemesDbContext context) { Context = context; }
public ProductRepository(SemesDbContext context) { Context = context; }
public EmployeeRepository(SemesDbContext context) { Context = context; }
public ClientRepository(SemesDbContext context) { Context = context; }