Blog.Services.Implementation.EducationService.Add C# (CSharp) Méthode

Add() public méthode

public Add ( Education education ) : Education
education Blog.Common.Contracts.Education
Résultat Blog.Common.Contracts.Education
        public Education Add(Education education)
        {
            return _educationLogic.Add(education);
        }