예제 #1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="strWhere"></param>
 /// <returns></returns>
 public static AppointmentList GetList(string strCondition, string strAppointmentNo, string strName, bool flgClose)
 {
     return(AppointmentDAL.GetList(strCondition, strAppointmentNo, strName, flgClose));
 }