Beispiel #1
0
 public CountryController(IDictionaryServiceProxy dictionaryServiceProxy)
 {
     _dictionaryServiceProxy = dictionaryServiceProxy;
 }
 public MarginalAssetController(IDictionaryServiceProxy dictionaryServiceProxy)
 {
     _dictionaryServiceProxy = dictionaryServiceProxy;
 }
Beispiel #3
0
 public MarginalIssuerController(IDictionaryServiceProxy dictionaryServiceProxy)
 {
     _dictionaryServiceProxy = dictionaryServiceProxy;
 }