Example #1
0
 public TokenController(
     RoutineAlarmClockAPI_Context ctx,
     SignInManager <AppUser> signInManager
     )
 {
     _context       = ctx;
     _signInManager = signInManager;
 }
 public AppTasksController(RoutineAlarmClockAPI_Context context)
 {
     _context = context;
 }