示例#1
0
 public void RestaurantWeb()
 {
     // Assert
     Assert.IsNotNull(RestaurantsController.ToWeb(new Restaurant()
     {
         RestaurantId   = 50,
         Name           = "What",
         Address        = "Where",
         Phone          = "1234567890",
         Website        = "testing.com",
         DeliveryOption = "No",
         FoodType       = "All"
     }));
 }