コード例 #1
0
ファイル: TemplateController.cs プロジェクト: ibudisa/IDOM
 public string GetTable()
 {
     return(BookingDataRepository.CreateTable());
 }