Ejemplo n.º 1
0
 public void departmentwithdate()
 {
     List <RequisitionMix> l = rFacade.departmentwithdate("COMM", "01/01/2015", "02/02/2015");
 }
Ejemplo n.º 2
0
 public List <RequisitionMix> checkhistorybydepartmentwithdate(string ts, string start, string end)
 {
     return(req.departmentwithdate(ts, start, end));
 }