Esempio n. 1
0
 public async Task <bool> DeletePersonName(string id)
 {
     return(await _mgrFcc.DeletePersonName(id));
 }