public UnknownPointController(UserManager <ApplicationUser> uMgr, MoveAndSeeDatabaseTestContext context) : base(uMgr, context)
 {
 }
예제 #2
0
 public BaseController(UserManager <ApplicationUser> uMgr, MoveAndSeeDatabaseTestContext context)
 {
     _uMgr    = uMgr;
     _context = context;
 }
예제 #3
0
 public DescriptionController(UserManager <ApplicationUser> uMgr, MoveAndSeeDatabaseTestContext context) : base(uMgr, context)
 {
 }