Exemplo n.º 1
0
        public void currentweekbydepartment(string s)
        {
            List <RequisitionMix> l = rFacade.currentweekbydepartment("Commerce");

            Assert.IsNotNull(l);
        }
Exemplo n.º 2
0
 public List <RequisitionMix> checkcurrentweekbydepartment(string s)
 {
     return(req.currentweekbydepartment(s));
 }