Ejemplo n.º 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);
 }
Ejemplo n.º 2
0
 public Task <bool> UpdateAsync(DAdmin dAdmin)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public bool Update(DAdmin dAdmin)
 {
     throw new NotImplementedException();
 }