コード例 #1
0
ファイル: TypeLogic.cs プロジェクト: sebaban99/202711-191415
 public IEnumerable <Type> GetAll()
 {
     return(typeRepository.GetActiveTypes());
 }