public ManageProductService(CityShopDbContext context, IStorageService storageService)
 {
     _context        = context;
     _storageService = storageService;
 }
예제 #2
0
 public PublicProductService(CityShopDbContext context)
 {
     _context = context;
 }