コード例 #1
0
ファイル: ReportsService.cs プロジェクト: satyakommula/PMS
 public int Insert(tblReport data)
 {
     return(_reportsRepository.Insert(data));
 }