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

GetByName() public method

public GetByName ( string customName ) : Media
customName string
return Blog.Common.Contracts.Media
        public Media GetByName(string customName)
        {
            throw new System.NotImplementedException();
        }