コード例 #1
0
 public void DeleteTable(int tableId)
 {
     _MapRepository.DeleteTable(tableId);
 }