示例#1
0
文件: FccManager.cs 项目: MoZapT/fcc
 public async Task <bool> DeletePersonPhoto(string fileId)
 {
     return(await _repo.DeleteFileContent(fileId));
 }