Пример #1
0
 public string GetGroupsByactionsubnavid(int actionid, int subnavid)
 {
     using (var helper = new SqlHelper())
     {
         string r = new InternalSys_groupactionsubnav(helper).GetGroupsByactionsubnavid(actionid, subnavid);
         return(r);
     }
 }
Пример #2
0
 public IList <Sys_groupactionsubnav> GetSys_groupactionsubnav(int actionid, string groupid)
 {
     using (var helper = new SqlHelper())
     {
         IList <Sys_groupactionsubnav> list = new InternalSys_groupactionsubnav(helper).GetSys_groupactionsubnav(actionid, groupid);
         return(list);
     }
 }