Esempio n. 1
0
 public void Test()
 {
     IStoreMappingService service = EngineContext.Current.Resolve <IStoreMappingService>();
     var list = service.GetAllStoreMappings();
 }