Beispiel #1
0
 public bool UpdatePreferredTypeByDoctor(RISGC.AssignmentCommon.Entity.WriteReportDoctor doctor)
 {
     try
     {
         return(assignReportDAO.UpdatePreferredTypeByDoctor(doctor));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }
Beispiel #2
0
 public bool InsertWriteReportDoctor(RISGC.AssignmentCommon.Entity.WriteReportDoctor doctor)
 {
     try
     {
         return(assignReportDAO.InsertWriteReportDoctor(doctor));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }