Exemple #1
0
 internal Sets(BaseRestService restService)
 {
     _restService = restService;
 }
Exemple #2
0
 internal Cards(BaseRestService restService)
 {
     _restService = restService;
 }
Exemple #3
0
 internal Catalogs(BaseRestService restService)
 {
     _restService = restService;
 }
Exemple #4
0
 internal Symbology(BaseRestService restService)
 {
     _restService = restService;
 }