Exemplo n.º 1
0
 public BookLetSaleController(BookLetSalesServices _bookLetSaleServices, BookLetServices _bookLetServices)
 {
     bookLetSaleServices = _bookLetSaleServices;
     bookLetServices     = _bookLetServices;
 }
Exemplo n.º 2
0
 public BookLetController(BookLetServices _bookLetServices)
 {
     bookLetServices = _bookLetServices;
 }