コード例 #1
0
ファイル: HospitalService.cs プロジェクト: milica1612/psw
 public IEnumerable <Hospital> GetAll()
 => _hospitalRepository.GetAllEager();