Пример #1
0
        public UserMasters ValidateUser(string UserName, string Password)
        {
            BALCommon bal = new BALCommon(ConStr);

            return(bal.ValidateUser(UserName, Password));
        }