示例#1
0
 public async Task DeletePersonPhoto(string fileId)
 {
     await _mgrFcc.DeletePersonPhoto(fileId);
 }