Beispiel #1
0
 public ApplicationServiceState(IServiceState serviceState,
                                IMapperState mapperState)
 {
     _serviceState = serviceState;
     _mapperState  = mapperState;
 }
Beispiel #2
0
 public MapperCountry(IMapperState mapperState)
 {
     _mapperState = mapperState;
 }