Exemplo n.º 1
0
 /// <summary>
 ///  Add note
 /// </summary>
 /// <param name="teambooking"></param>
 /// <returns></returns>
 public static int AddNote(TeamBooking_Allot teambooking,int noteGroup)
 {
     int result;
     TMSDataLibrary.TeamBooking_Allot _objteam = new TMSDataLibrary.TeamBooking_Allot();
     result = _objteam.AddNote(teambooking.BookingId, teambooking.Note, teambooking.Sender, noteGroup);
     return result;
 }