Property | Type | Description |
---|
Method | Description | |
---|---|---|
DeleteFoodEntity ( |
||
GetFoodDataTable ( int restaurantId = null ) : |
||
GetFoodEntity ( int id ) : |
||
GetFoodEntityList ( |
||
InsertFoodEntity ( |
||
UpdateFoodEntity ( |
public DeleteFoodEntity ( |
||
condition_entity | ||
return | void |
public GetFoodDataTable ( int restaurantId = null ) : |
||
restaurantId | int | |
return |
public GetFoodEntity ( int id ) : |
||
id | int | |
return |
public GetFoodEntityList ( |
||
condition_entity | ||
return | List |
public InsertFoodEntity ( |
||
condition_entity | ||
return | void |
public UpdateFoodEntity ( |
||
condition_entity | ||
return | void |