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