Property | Type | Description |
---|
Method | Description | |
---|---|---|
Find ( int id ) : |
||
FindAll ( ) : PetStore.Model.Product[] | ||
FindByCategory ( int category ) : PetStore.Model.Product[] |
public static FindAll ( ) : PetStore.Model.Product[] | ||
return | PetStore.Model.Product[] |
public static FindByCategory ( int category ) : PetStore.Model.Product[] | ||
category | int | |
return | PetStore.Model.Product[] |