Beispiel #1
0
 public async Task <bool> DeletePersonActivity(string id)
 {
     return(await _mgrFcc.DeletePersonActivity(id));
 }