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