Created
June 15, 2014 06:17
-
-
Save huanlin/e8278d0f6d5c969b6ba4 to your computer and use it in GitHub Desktop.
Unity Configuration Example for http://huan-lin.blogspot.com/2012/07/unity-5.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<unity> | |
<namespace name="Service.Class" /> | |
<assembly name="Service" /> | |
<container> | |
<register type="IOwnExpenseDService" mapTo="OwnExpenseDService" /> | |
<register type="Model.Dal.IOwnExpenseDDal, Model" mapTo="Model.Dal.OwnExpenseDDal, Model" /> | |
</container> | |
</unity> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment