public ProductTypeRepository(IAccountDbContext dbc, IProductTypeMap map, ILogger <ProductTypeData> log) : base(log, map)
 {
     entityContext = dbc;
 }
Beispiel #2
0
 public ProductTypeRepository(IMainDBContext dbc, IProductTypeMap map_factory) : base(map_factory)
 {
     entity_context = dbc;
 }