public LoginViewModel() { dialogoSerices = new DialogoServices(); apiServicio = new ApiServicio(); this.IsEnabled = true; this.IsRunning = false; this.IsRemeber = true; this.Email = "*****@*****.**"; this.password = "******"; }
public EmpresaInicioViewModel() { dialogoServices = new DialogoServices(); apiServicio = new ApiServicio(); LoadingEmpresaInicioViewModel(); }
public RegisterViewModel() { dialogoServices = new DialogoServices(); this.registerNombre = "david stiven"; }