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