Ejemplo n.º 1
0
 public async Task <PopularResult> DeleteAsync([Required] int id)
 {
     return(await _dictService.DeleteAsync(id));
 }