Exemplo n.º 1
0
 /// <summary>
 /// Adds the contact discharge note.
 /// </summary>
 /// <param name="contactDischargeNote">The contact discharge note.</param>
 /// <returns></returns>
 public IHttpActionResult AddContactDischargeNote(ContactDischargeNote contactDischargeNote)
 {
     return(new HttpResult <Response <ContactDischargeNote> >(_contactDischargeNoteDataProvider.AddContactDischargeNote(contactDischargeNote), Request));
 }