예제 #1
0
 public List <OrderDetail> GetWeeklyDetailsForAStaff(int staffID)
 {
     return(odm.GetWeeklyDetailsForAStaff(staffID));
 }