コード例 #1
0
 public Tables GetEmptyTable(int eventId)
 {
     return(_MapRepository.GetEmptyTable(eventId));
 }