public BookLetSaleController(BookLetSalesServices _bookLetSaleServices, BookLetServices _bookLetServices)
 {
     bookLetSaleServices = _bookLetSaleServices;
     bookLetServices     = _bookLetServices;
 }
示例#2
0
 public BookLetController(BookLetServices _bookLetServices)
 {
     bookLetServices = _bookLetServices;
 }