Ejemplo n.º 1
0
        public PaymentModel(PaymentView page, List <ProductItemDTO> items)
        {
#endif
            this.view       = page;
            internetService = new InternetService(page);
            BuildDataSource(items);
        }
Ejemplo n.º 2
0
 public static PaymentModel Create(PaymentView page, List <ProductItemDTO> items) =>
 new PaymentModel(page, items);
Ejemplo n.º 3
0
 public PaymentModel(PaymentView page, Intent intent, List <ProductItemDTO> items)
 {
     this.intent = intent;