Exemplo n.º 1
0
        public static List <SelectListItem> GetTestType(string FatherTestType)
        {
            DataTable dt = MandateInfoPro.GetTestType(FatherTestType);

            return(GetList(dt));
        }
Exemplo n.º 2
0
        public static List <SelectListItem> GetTestType()
        {
            DataTable dt = MandateInfoPro.GetTestType();

            return(GetList(dt));
        }