Example #1
0
 public VendaRepository(StockFastContext stockFastContext) : base(stockFastContext)
 {
 }
 public ProductGroupRepository(StockFastContext stockFastContext) : base(stockFastContext)
 {
 }
Example #3
0
 public ProfielRepository(StockFastContext stockFastContext) : base(stockFastContext)
 {
 }
 public StateRepository(StockFastContext stockFastContext) : base(stockFastContext)
 {
 }
Example #5
0
 public UserProfileRepository(StockFastContext stockFastContext) : base(stockFastContext)
 {
 }
Example #6
0
 public CountryRepository(StockFastContext stockFastContext) : base(stockFastContext)
 {
 }
Example #7
0
 public ExitProductRepository(StockFastContext stockFastContext) : base(stockFastContext)
 {
 }
Example #8
0
 public ProductBrandRepository(StockFastContext stockFastContext) : base(stockFastContext)
 {
 }
 public Meansurement_UnitRepository(StockFastContext stockFastContext) : base(stockFastContext)
 {
 }
 public ProductEntryRepository(StockFastContext stockFastContext) : base(stockFastContext)
 {
 }
 public ProviderRepository(StockFastContext stockFastContext) : base(stockFastContext)
 {
 }
 public StockInventoryRepository(StockFastContext stockFastContext) : base(stockFastContext)
 {
 }