Beispiel #1
0
 public bool PaperUpd(Paper model)
 {
     return(PaperDAL.PaperUpd(model));
 }