//opt1 - time efficient //[DisableCors] public Student Get(string email, string password) { return(StudentsDB.GetStudentByEmailAndPassword(email, password)); }