Method | Description | |
---|---|---|
GetPersons ( ) : IEnumerable |
||
GetPersons ( Sex sex, int maxCount ) : IEnumerable |
||
PersonManager ( IRepository |
||
SavePerson ( string name, Sex sex, System.DateTime birthDateUtc, string biography ) : void |
public GetPersons ( Sex sex, int maxCount ) : IEnumerable |
||
sex | Sex | |
maxCount | int | |
return | IEnumerable |
public PersonManager ( IRepository |
||
personRepository | IRepository |
|
filters | IEnumerable |
|
return | System |
public SavePerson ( string name, Sex sex, System.DateTime birthDateUtc, string biography ) : void | ||
name | string | |
sex | Sex | |
birthDateUtc | System.DateTime | |
biography | string | |
return | void |