public AddressesViewModel()
 {
     billing               = new Billing();
     getDetailById         = new GetDetailById();
     _BillingDetailService = new GetBillingDetailbyId();
     AddressDetails();
 }
示例#2
0
 public AccountDetailsVM()
 {
     clsUpdateAccount      = new clsUpdateAccountDetail();
     accountDetailsService = new UpdateADetailsService();
     _BillingDetailService = new GetBillingDetailbyId();
     getDetailById         = new GetDetailById();
     _ = getdata();
 }
示例#3
0
 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();
 }