コード例 #1
0
ファイル: MonthlyManager.cs プロジェクト: KINGGUOKUN/Account
 public MonthlyManager()
 {
     _log = UnityContainerFactory.GetUnityContainer().Resolve<ILog>();
     _service = new MonthlyService();
 }
コード例 #2
0
 public MonthlyManager()
 {
     _log     = UnityContainerFactory.GetUnityContainer().Resolve <ILog>();
     _service = new MonthlyService();
 }