Пример #1
0
 public static string StaffLookup(int staffID)
 {
     return(StaffDal.StaffLookup(staffID));
 }