Blog.Services.Helpers.Rest.MediaRestResource.GetByGroup C# (CSharp) Method

GetByGroup() public method

public GetByGroup ( int albumId ) : List
albumId int
return List
        public List<Media> GetByGroup(int albumId)
        {
            throw new System.NotImplementedException();
        }