コード例 #1
0
        public void currentweekbydepartment(string s)
        {
            List <RequisitionMix> l = rFacade.currentweekbydepartment("Commerce");

            Assert.IsNotNull(l);
        }
コード例 #2
0
 public List <RequisitionMix> checkcurrentweekbydepartment(string s)
 {
     return(req.currentweekbydepartment(s));
 }