C# Класс Blog.Services.Implementation.EducationService

Наследование: BaseService, IEducationService
Показать файл Открыть проект

Открытые методы

Метод Описание
Add ( Education education ) : Education
Delete ( int educationId ) : bool
EducationService ( IEducationLogic educationLogic ) : System.Collections.Generic
GetByUser ( int userId ) : List
Update ( Education education ) : Education

Описание методов

Add() публичный метод

public Add ( Education education ) : Education
education Blog.Common.Contracts.Education
Результат Blog.Common.Contracts.Education

Delete() публичный метод

public Delete ( int educationId ) : bool
educationId int
Результат bool

EducationService() публичный метод

public EducationService ( IEducationLogic educationLogic ) : System.Collections.Generic
educationLogic IEducationLogic
Результат System.Collections.Generic

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

public GetByUser ( int userId ) : List
userId int
Результат List

Update() публичный метод

public Update ( Education education ) : Education
education Blog.Common.Contracts.Education
Результат Blog.Common.Contracts.Education