Blog.Services.Implementation.EducationService.GetByUser C# (CSharp) Метод

GetByUser() публичный Метод

public GetByUser ( int userId ) : List
userId int
Результат List
        public List<Education> GetByUser(int userId)
        {
            return _educationLogic.GetByUser(userId);
        }