Esempio n. 1
0
 public async Task <int> GetRelationsCount(string excludePersonId)
 {
     try
     {
         return(await _mgrFcc.PersonTypeaheadWithPossibilitiesCount(excludePersonId));
     }
     catch (Exception)
     {
         //TODO error exception!
         return(0);
     }
 }