Exemplo n.º 1
0
        public void departmentwithoutdate()
        {
            List <RequisitionMix> l = rFacade.departmentwithoutdate("COMM");

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