Ejemplo n.º 1
0
 public bool AddCaseDescription(vw_CaseDescription CaseDescription)
 {
     try
     {
         CaseDescriptionComponent.Add(CaseDescription);
         return(true);
     }
     catch (Exception ex)
     {
         HandleException(ex);
         return(false);
     }
 }
Ejemplo n.º 2
0
 public void Add(vw_CaseDescription caseDescription)
 {
     DescRepository.Create(caseDescription);
 }
Ejemplo n.º 3
0
 public bool AddCaseDescription(vw_CaseDescription CaseDescription)
 {
     throw new NotImplementedException();
 }
 public void AddCaseDescription(vw_CaseDescription CaseDescription, int CaseID)
 {
     throw new NotImplementedException();
 }