public ProductManager(RestServiceGeneric service)
 {
     restService = service;
 }
Exemple #2
0
 public EventManager(RestServiceGeneric restService)
 {
     this.restService = restService;
 }
Exemple #3
0
 public CategoryManager(RestServiceGeneric restService)
 {
     this.restService = restService;
 }