Intial
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using Heroic.AutoMapper;
|
||||
using InventoryTraker.Web.Core;
|
||||
|
||||
namespace InventoryTraker.Web.Models
|
||||
{
|
||||
public class RiskViewModel : IMapFrom<Risk>
|
||||
{
|
||||
public int CustomerId { get; set; }
|
||||
|
||||
public string Title { get; set; }
|
||||
|
||||
public string Description { get; set; }
|
||||
|
||||
public DateTime CreateDate { get; set; }
|
||||
|
||||
public string CustomerName { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user