Cats.Models.Hubs.Period.GetMonths C# (CSharp) Method

GetMonths() public static method

Gets the months.
public static GetMonths ( int year ) : List
year int The year.
return List
        public static List<int> GetMonths(int year)
        {
            throw new NotImplementedException();
        }