Beispiel #1
0
 public VendaRepository(StockFastContext stockFastContext) : base(stockFastContext)
 {
 }
 public ProductGroupRepository(StockFastContext stockFastContext) : base(stockFastContext)
 {
 }
Beispiel #3
0
 public ProfielRepository(StockFastContext stockFastContext) : base(stockFastContext)
 {
 }
 public StateRepository(StockFastContext stockFastContext) : base(stockFastContext)
 {
 }
Beispiel #5
0
 public UserProfileRepository(StockFastContext stockFastContext) : base(stockFastContext)
 {
 }
Beispiel #6
0
 public CountryRepository(StockFastContext stockFastContext) : base(stockFastContext)
 {
 }
Beispiel #7
0
 public ExitProductRepository(StockFastContext stockFastContext) : base(stockFastContext)
 {
 }
Beispiel #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)
 {
 }