Пример #1
0
 public bool IsUsrSafeIP(int UsrId, string IpAddress)
 {
     using (Access3.LoginAccess dac = new Access3.LoginAccess())
     {
         return(dac.IsUsrSafeIP(UsrId, IpAddress));
     }
 }