Beispiel #1
0
 public async Task <ActionResult <Result> > Login(ModelLoginCredentials cred)
 {
     Console.WriteLine("Login");
     return(await _credRepo.LoginAsync(cred));
 }