Exemplo n.º 1
0
 public List <OrderDetail> GetWeeklyDetailsForAStaff(int staffID)
 {
     return(odm.GetWeeklyDetailsForAStaff(staffID));
 }