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