Ejemplo n.º 1
0
 public BazaarListController(IBazaarListService bazaarListService)
 {
     _bazaarListService = bazaarListService;
 }