예제 #1
0
        public static bool LoginWp(string username, string password)
        {
            var api = new DomainAuctionSniperAPI();
            if ((api.LoginWP(username, password) == "MATCHED"))
            {
                return true;
            }

            return false;
        }
예제 #2
0
 public DefaultModel()
 {
     DasApi = new DomainAuctionSniperAPI();
     Ds = new ASEntities();
 }
예제 #3
0
 public LoginModel()
 {
     DasApi = new DomainAuctionSniperAPI();
     Ds=new ASEntities();
 }