Blog.Services.Implementation.MediaService.GetByName C# (CSharp) Méthode

GetByName() public méthode

public GetByName ( string customName ) : Media
customName string
Résultat Blog.Common.Contracts.Media
        public Media GetByName(string customName)
        {
            return _mediaLogic.GetByName(customName);
        }