コード例 #1
0
 public Tables AddTable(Tables table)
 {
     return(_MapRepository.AddTable(table));
 }