Fuel Log Import basic functionality
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace MileageTraker.Web.ViewModels.FuelLog
|
||||
{
|
||||
public class ImportMatchedLogViewModel
|
||||
{
|
||||
public int LogId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user