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

GetByUser() 공개 메소드

public GetByUser ( int userId ) : List
userId int
리턴 List
        public List<Media> GetByUser(int userId)
        {
            return _mediaLogic.GetByUser(userId);
        }