Intial
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using Heroic.AutoMapper;
|
||||
using InventoryTraker.Web.Core;
|
||||
|
||||
namespace InventoryTraker.Web.Models
|
||||
{
|
||||
public class LostCustomerReportViewModel : IMapFrom<Customer>
|
||||
{
|
||||
public string Name { get; set; }
|
||||
|
||||
public string WorkEmail { get; set; }
|
||||
|
||||
public DateTime? TerminationDate { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user