public ProductManager(RestServiceGeneric service)
 {
     restService = service;
 }
Exemplo n.º 2
0
 public EventManager(RestServiceGeneric restService)
 {
     this.restService = restService;
 }
Exemplo n.º 3
0
 public CategoryManager(RestServiceGeneric restService)
 {
     this.restService = restService;
 }