예제 #1
0
 //账户充值
 public static bool UpdateUserinfo(Userinfo userinfo)
 {
     return(Uaerinfoservice.UpdateUserinfo(userinfo));
 }
예제 #2
0
 public static Userinfo GetSelectUserinfoByID(string byID)
 {
     return(Uaerinfoservice.GetSelectUserinfoByID(byID));
 }
예제 #3
0
 //查询所有
 public static DataTable GetAllUserinfos()
 {
     return(Uaerinfoservice.GetAllUserinfos());
 }
예제 #4
0
 //按卡号/帐号名称查询
 public static DataTable GetSelectUserinfoByIDOrName(string value)
 {
     return(Uaerinfoservice.GetSelectUserinfoByIDOrName(value));
 }
예제 #5
0
 //初始化金额
 public static bool AddUserinfo(Userinfo userinfo)
 {
     return(Uaerinfoservice.AddUserinfo(userinfo));
 }