示例#1
0
 public bool LoginByGateWay(string userName, string userIp, out Model.MR_Admin model)
 {
     model = new DAdmin().GetModel(userName, userIp);
     if (model == null || model.AID < 0)
     {
         return(false);
     }
     return(true);
 }
示例#2
0
 public Task <bool> UpdateAsync(DAdmin dAdmin)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public bool Update(DAdmin dAdmin)
 {
     throw new NotImplementedException();
 }