6 lines
127 B
C#
6 lines
127 B
C#
namespace MileageTraker.Web.ViewModels.VehicleService
|
|
{
|
|
public class VehicleServiceQueryViewModel : DateQueryViewModel
|
|
{
|
|
}
|
|
} |