Nearing feature complete for driver auth
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MileageTraker.Web.ViewModels
|
||||
{
|
||||
public class CheckBoxViewModel
|
||||
{
|
||||
public IList<string> Available { get; set; }
|
||||
public string[] Selected { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user