Account.MonthlyManagement.ServiceImplement.MonthlyService.MonthlyService C# (CSharp) Méthode

MonthlyService() public méthode

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