Ejemplo n.º 1
0
 public async Task <Response> Login(string username, string password)
 {
     return(await accountBal.Login(username, password));
 }