Example #1
0
 public Task DeleteAsync(Guid id)
 {
     return(_memberAppService.DeleteAsync(id));
 }