public AddressesViewModel() { billing = new Billing(); getDetailById = new GetDetailById(); _BillingDetailService = new GetBillingDetailbyId(); AddressDetails(); }
public AccountDetailsVM() { clsUpdateAccount = new clsUpdateAccountDetail(); accountDetailsService = new UpdateADetailsService(); _BillingDetailService = new GetBillingDetailbyId(); getDetailById = new GetDetailById(); _ = getdata(); }
public SummaryViewModel(INavigation navigation, PaymentGetway _paymentGetway) { this.methods = _paymentGetway; Itemlst = new List <LineItems>(); _BillingDetailService = new GetBillingDetailbyId(); placeOrderApi = new PlaceOrderApi(); getDetailById = new GetDetailById(); _loginService = new LoginService(); order = new OrderDetailModel(); this.navigation = navigation; _connection = Xamarin.Forms.DependencyService.Get <ISQLiteDb>().GetConnection(); _ = getallcaetitem(); }