Account.MonthlyManagement.ServiceImplement.MonthlyService.MonthlyService C# (CSharp) 메소드

MonthlyService() 공개 메소드

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