Relaxed the need for Types that represent database boundaries to extend from ActiveRe...
[castle.git] / Samples / Castle / PetStore.Web / common-services.config
blobea7843e5be1ecd6e5fb0fb04e95022451e7a9965
1 <?xml version="1.0" encoding="utf-8" ?>
2 <configuration>
4 <components>
6 <component
7 id="auth.service"
8 service="PetStore.Service.IAuthenticationService, PetStore.Service"
9 type="PetStore.Service.DefaultAuthenticationService, PetStore.Service" />
11 <component
12 id="recommendation.service"
13 service="PetStore.Service.IRecommendationService, PetStore.Service"
14 type="PetStore.Service.DefaultRecommendationService, PetStore.Service" />
16 <component
17 id="category.service"
18 type="PetStore.Service.CategoryService, PetStore.Service" />
20 <component
21 id="product.service"
22 service="PetStore.Service.IProductService, PetStore.Service"
23 type="PetStore.Service.DefaultProductService, PetStore.Service" />
25 </components>
27 </configuration>