Exemple #1
0
 public List <LinksPremission> LinksPremission(string Info)
 {
     return(SqlHelpers.GetObjects <LinksPremission>(Util.Env, CommandFactory.LinksPremission(Info), AdminObjectFactory.LinksPremissionItemFactory));
 }