示例#1
0
 public static void UpdateVisitNote(string ID, string body, decimal num, string contactor, string contactorType, string contractResult)
 {
     NoteDAL.UpdateVisitNote(ID, body, num, contactor, contactorType, contractResult);
 }