Ejemplo n.º 1
0
 public StateRepository(IStateServiceProxy stateServiceProxy)
 {
     _stateServiceProxy = stateServiceProxy;
 }
 public StateRepository(IStateServiceProxy stateServiceProxy) {
     _stateServiceProxy = stateServiceProxy;
 }