コード例 #1
0
ファイル: TypeManager.cs プロジェクト: isMrH/College
 public static List <RoomType> GetALLType()
 {
     return(TypeService.GetALLType());
 }