コード例 #1
0
ファイル: GoalPredicate.cs プロジェクト: nofuture-git/31g
 public RestaurantType(KindOfRestaurant kor)
 {
     Value = kor;
     Name  = "Type";
 }
コード例 #2
0
ファイル: GoalPredicate.cs プロジェクト: nofuture-git/31g
 public RestaurantType(KindOfRestaurant kor)
 {
     Value = kor;
     Name = "Type";
 }