Exemplo n.º 1
0
        public LoginViewModel() : base()
        {
            this.LoginCommand    = new Command(this.Login);
            this.RegisterCommand = new Command(this.Register);

            this._loginService = DependencyService.Get <Business.ILoginService> ();
        }
Exemplo n.º 2
0
        public LoginViewModel()
            : base()
        {
            this.LoginCommand = new Command (this.Login);
            this.RegisterCommand = new Command (this.Register);

            this._loginService = DependencyService.Get<Business.ILoginService> ();
        }