The startpage and navigation bars starting to look well
This commit is contained in:
14
Vidly/ViewModels/RandomMovieViewModel.cs
Normal file
14
Vidly/ViewModels/RandomMovieViewModel.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using Vidly.Models;
|
||||
|
||||
namespace Vidly.ViewModels
|
||||
{
|
||||
public class RandomMovieViewModel
|
||||
{
|
||||
public Movie Movie { get; set; }
|
||||
public List<Customer> Customers { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user