Example #1
0
 public RestaurantType(KindOfRestaurant kor)
 {
     Value = kor;
     Name  = "Type";
 }
Example #2
0
 public RestaurantType(KindOfRestaurant kor)
 {
     Value = kor;
     Name = "Type";
 }