public int Edit(News News)
 {
     return(pm.Edit(News));
 }
Exemple #2
0
 public int Edit(News model)
 {
     return(dal.Edit(model));
 }