Esempio n. 1
0
 public List <IdentityError> Delete(int id)
 {
     return(articulo.Delete(id));
 }