コード例 #1
0
 public bool DeleteState(long Id)
 {
     return(_StateTask.DeleteState(Id));
 }