Restyle login, change password works
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using MileageTraker.Web.Models;
|
||||
|
||||
namespace MileageTraker.Web.ViewModels.Log
|
||||
{
|
||||
public class LogQueryViewModel
|
||||
{
|
||||
public int? Year { get; set; }
|
||||
public int? Month { get; set; }
|
||||
public MileageLogType? LogType { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user