Delete
Overloads
| Name | Description |
|---|---|
| Delete(int id) | 이동 경로 삭제 |
| Delete(List<int> id) | 이동 경로 삭제 |
Delete(int id)
public void Delete(int id)
이동 경로 삭제
Parameters
| Name | Type | Description |
|---|---|---|
| id | int | Path ID |
Delete(List<int> id)
public void Delete(List<int> id)
이동 경로 삭제
Parameters
| Name | Type | Description |
|---|---|---|
| id | List<int> | Path ID List |