Exemple #1
0
 public Status Status([Required] int id, [Required] Status status)
 {
     return(_errorService.UpdateStatus(id, status));
 }