Ejemplo n.º 1
0
 public bool UpdateCustomerNotes(long notesId, string notes)
 {
     return(_customerCallNotesRepository.UpdateNotes(notesId, notes));
 }