예제 #1
0
 public int FindMyGuest(string id)
 {
     return(dal.FindMyGuest(id));
 }