예제 #1
0
 public Task DeleteAsync(Guid id)
 {
     return(_service.DeleteAsync(id));
 }