Blog.Services.Implementation.MediaService.GetByName C# (CSharp) 메소드

GetByName() 공개 메소드

public GetByName ( string customName ) : Media
customName string
리턴 Blog.Common.Contracts.Media
        public Media GetByName(string customName)
        {
            return _mediaLogic.GetByName(customName);
        }