示例#1
0
 public List <Util.Result> UserLogin(string Info)
 {
     return(SqlHelpers.GetObjects <Util.Result>(Util.Env, CommandFactory.UserLogin(Info), CommonObjectFactory.resultItemFactory));
 }