Пример #1
0
 public CleanupController(CleanupContext context)
 {
     _context = context;
 }
Пример #2
0
 public UserController(CleanupContext context, IHostingEnvironment he)
 {
     HE       = he; //initiate the hosting environment to store files
     _context = context;
 }