示例#1
0
 public async Task <bool> DeleteAsync(string id)
 {
     return(await ipersonsRepository.DeleteAsync(id));
 }