Esempio n. 1
0
 public bool CreateReport(report InsertReport)
 {
     return(dao.CreateReport(InsertReport));
 }