Пример #1
0
 public static IProductionService GetProductionService()
 => new ProductionService(LogHelper.GetLogger <ProductionService>(), new UserInfo("mocker"), DbContextMocker.GetStoreDbContext());
Пример #2
0
 public static ISalesService GetSalesService()
 => new SalesService(LogHelper.GetLogger <SalesService>(), new UserInfo("mocker"), DbContextMocker.GetStoreDbContext());