1
0
mirror of https://github.com/chyzy/RSystem-MVC synced 2024-11-29 17:00:28 +01:00
RSystem-MVC-Fork/RSystem/Areas/Recruit/Models/HomeIndexViewModel.cs
2018-04-17 11:20:49 +02:00

24 lines
478 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Microsoft.Ajax.Utilities;
using RSystem.Models;
namespace RSystem.ViewModels
{
public class HomeIndexViewModel
{
public string Greeting { get; set; }
public string DataStatus { get; set; }
public string PhotoStatus { get; set; }
public string EducationStatus { get; set; }
public string PreferenceStatus { get; set; }
}
}