コード例 #1
0
ファイル: ReportBLL.cs プロジェクト: yenon118/RideXpress
 public int AddIncidentReport(ReportViewModel add)
 {
     return(data.AddIncidentReport(add));
 }