Exemplo n.º 1
0
 public RegularOrderViewClient()
 {
     _business = new RegularOrderBusinessClient();
 }
Exemplo n.º 2
0
 public CreateOrderViewClient()
 {
     _irregularBusiness = new IrregularOrderBusinessClient();
     _regularBusiness   = new RegularOrderBusinessClient();
 }