示例#1
0
 public List <Order> GetByEmployeeId(int id)
 {
     return(Context.GetByEmployeeId(id));
 }