Esempio n. 1
0
 public List <Util.Result> UpdateLinksPremission(string Info)
 {
     return(SqlHelpers.GetObjects <Util.Result>(Util.Env, CommandFactory.UpdateLinksPremission(Info), CommonObjectFactory.resultItemFactory));
 }