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