public Editorial update(Editorial editorial)
 {
     return(eRepo.update(editorial));
 }
Beispiel #2
0
 public Editorial update(Editorial editorial)
 {
     ed.update(editorial);
     return(editorial);
 }