コード例 #1
0
 public bool CreateReport(report InsertReport)
 {
     return(dao.CreateReport(InsertReport));
 }