Example #1
0
 public GalleryController(ApplicationDbContext context, IUploadInterface upload)
 {
     _context = context;
     _upload  = upload;
 }