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

MonthlyService() public method

public MonthlyService ( ) : System.Collections.Generic
return System.Collections.Generic
        public MonthlyService()
        {
            _database = DatabaseFactory.CreateDatabase();
        }