Example #1
0
 public ImageService(AzureImageGalleryDbContext dbContext)
 {
     _dbContext = dbContext;
 }
Example #2
0
 public ImageService(AzureImageGalleryDbContext context)
 {
     _context = context;
 }