Subtext.Framework.Providers.ObjectProvider.GetPostsByMonth C# (CSharp) Метод

GetPostsByMonth() публичный абстрактный Метод

public abstract GetPostsByMonth ( int month, int year ) : IList
month int
year int
Результат IList
        public abstract IList<EntryDay> GetPostsByMonth(int month, int year);