Esempio n. 1
0
 public int addNewPage(decimal projectId)
 {
     return(projectEntity.addNewPage(projectId));
 }