Esempio n. 1
0
 public ErrorDTO GetById([Required] int id)
 {
     return(_errorService.GetById(id));
 }