コード例 #1
0
 public List <Appointment> GetAllByRealName(string name)
 {
     return(dal.GetAllByRealName(name));
 }