Exemplo n.º 1
0
 private async Task <bool> AppUsersExists(int id)
 {
     return(await _appusersripository.IsExists(id));
 }