示例#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;
 }