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