Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
AddPerson ( TestPerson person ) : int? | ||
Clear ( ) : void | ||
DeletePerson ( int id ) : void | ||
UpdatePerson ( TestPerson person ) : void |
public static AddPerson ( TestPerson person ) : int? | ||
person | TestPerson | |
Résultat | int? |
public static DeletePerson ( int id ) : void | ||
id | int | |
Résultat | void |
public static UpdatePerson ( TestPerson person ) : void | ||
person | TestPerson | |
Résultat | void |