Exemple #1
0
        public ConsultationObjectiveNoteResponse InsertUpdateConsultationObjectiveNotes
            (ConsultationObjectiveNotes consultationObjectiveNotes)
        {
            var ConsultationBLObj = _Kernel.Get <IConsultationBL>();

            consultationObjectiveNotes.Active = true;
            return(ConsultationBLObj.InsertUpdateConsultationObjectiveNotes(consultationObjectiveNotes));
        }
 public ConsultationObjectiveNoteResponse InsertUpdateConsultationObjectiveNotes(ConsultationObjectiveNotes consultationObjectiveNotes)
 {
     try
     {
         return(this._consultationDA.InsertUpdateConsultationObjectiveNotes(consultationObjectiveNotes));
     }
     catch (Exception ex)
     {
         throw;
     }
     finally
     {
         //Log
     }
 }
Exemple #3
0
 public ConsultationObjectiveNoteModel()
 {
     ConsultationObjectiveNotesObject = new ConsultationObjectiveNotes();
 }