Exemplo n.º 1
0
 public async Task <int> GetCaregiversCount(int Uid)
 {
     return(await _userDBService.GetCaregiversCount(Uid));
 }