Exemplo n.º 1
0
 public virtual Task DeleteAsync(long id)
 {
     return(_movieAppService.DeleteAsync(id));
 }
Exemplo n.º 2
0
 public async Task DeleteAsync(Guid id)
 {
     await _sampleAppService.DeleteAsync(id);
 }