Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddPerson ( TestPerson person ) : int? | ||
Clear ( ) : void | ||
DeletePerson ( int id ) : void | ||
UpdatePerson ( TestPerson person ) : void |
public static AddPerson ( TestPerson person ) : int? | ||
person | TestPerson | |
return | int? |
public static UpdatePerson ( TestPerson person ) : void | ||
person | TestPerson | |
return | void |