Exemplo n.º 1
0
 public ListItemsController(IListItemServices listItemServices)
 {
     _listItemServices = listItemServices;
 }
Exemplo n.º 2
0
 public ListServices(IListRepository listRepository, IListItemServices listItemServices) : base(listRepository)
 {
     _listRepository   = listRepository;
     _listItemServices = listItemServices;
 }