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

            return false;
        }
Exemplo n.º 2
0
 public DefaultModel()
 {
     DasApi = new DomainAuctionSniperAPI();
     Ds = new ASEntities();
 }
Exemplo n.º 3
0
 public LoginModel()
 {
     DasApi = new DomainAuctionSniperAPI();
     Ds=new ASEntities();
 }