示例#1
0
 public async Task <Cidadao> LoginAsync(string email, string senha)
 {
     return(await _repository.LoginAsync(email, senha));
 }