Ejemplo n.º 1
0
 public MallModuleTests()
 {
     _ShopLookupService = GetRequiredService <IMallShopLookupService>();
     _ShopRepository    = GetRequiredService <IMallShopRepository>();
     _shopAppService    = GetRequiredService <IMallShopAppService>();
     _spuAppService     = GetRequiredService <IProductSpuAppService>();
     _currentUser       = GetRequiredService <ICurrentUser>();
 }
Ejemplo n.º 2
0
 public MallModuleTests()
 {
     _ShopLookupService = GetRequiredService <IMallShopLookupService>();
     _ShopRepository    = GetRequiredService <IMallShopRepository>();
     _shopAppService    = GetRequiredService <IMallShopAppService>();
 }