コード例 #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();
 }