コード例 #1
0
 public int AddFileReportSupervisor(File file)
 {
     try {
         return(_assignmentService.AddFileReportSupervisor(file));
     } catch (Exception ex) {
         Log.Write(ex);
         throw;
     }
 }