예제 #1
0
 public MonthlyManager()
 {
     _log = UnityContainerFactory.GetUnityContainer().Resolve<ILog>();
     _service = new MonthlyService();
 }
예제 #2
0
 public MonthlyManager()
 {
     _log     = UnityContainerFactory.GetUnityContainer().Resolve <ILog>();
     _service = new MonthlyService();
 }