C# Класс OrchardHUN.TrainingDemo.Services.PersonManager

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

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

Метод Описание
GetPersons ( ) : IEnumerable
GetPersons ( Sex sex, int maxCount ) : IEnumerable
PersonManager ( IRepository personRepository, IEnumerable filters ) : System
SavePerson ( string name, Sex sex, System.DateTime birthDateUtc, string biography ) : void

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

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

public GetPersons ( ) : IEnumerable
Результат IEnumerable

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

public GetPersons ( Sex sex, int maxCount ) : IEnumerable
sex Sex
maxCount int
Результат IEnumerable

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

public PersonManager ( IRepository personRepository, IEnumerable filters ) : System
personRepository IRepository
filters IEnumerable
Результат System

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

public SavePerson ( string name, Sex sex, System.DateTime birthDateUtc, string biography ) : void
name string
sex Sex
birthDateUtc System.DateTime
biography string
Результат void