Lite upprensning bland kontroller och views, cutomers kan läggas till och uppdateras
This commit is contained in:
14
Vidly/ViewModels/CustomerFormViewModel.cs
Normal file
14
Vidly/ViewModels/CustomerFormViewModel.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 CustomerFormViewModel
|
||||
{
|
||||
public IEnumerable<MembershipType> MembershipTypes { get; set; }
|
||||
public Customer Customer { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user