Account.MonthlyManagement.ServiceImplement.MonthlyManager.MonthlyManager C# (CSharp) Method

MonthlyManager() public method

public MonthlyManager ( ) : System
return System
        public MonthlyManager()
        {
            _log = UnityContainerFactory.GetUnityContainer().Resolve<ILog>();
            _service = new MonthlyService();
        }