コード例 #1
0
ファイル: HallService.cs プロジェクト: jaca1119/CinemaApi
 public IEnumerable <Hall> GetAll()
 {
     return(hallRepository.GetAll());
 }