Метод | Описание | |
---|---|---|
AddPerson ( |
||
DeletePerson ( string lastName ) : void | ||
GetPeople ( ) : IEnumerable |
||
GetPerson ( string lastName ) : |
||
ServiceRepository ( ) : System.Collections.Generic | ||
UpdatePeople ( IEnumerable |
||
UpdatePerson ( string lastName, |
public AddPerson ( |
||
newPerson | ||
Результат | void |
public DeletePerson ( string lastName ) : void | ||
lastName | string | |
Результат | void |
public GetPerson ( string lastName ) : |
||
lastName | string | |
Результат |
public ServiceRepository ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public UpdatePeople ( IEnumerable |
||
updatedPeople | IEnumerable |
|
Результат | void |
public UpdatePerson ( string lastName, |
||
lastName | string | |
updatedPerson | ||
Результат | void |