예제 #1
0
파일: FccManager.cs 프로젝트: MoZapT/fcc
 public async Task <bool> DeletePerson(string id)
 {
     return(await _repo.DeletePerson(id));
 }