From 458a13260ae855b5da72d9f181a821843a507fd7 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 7 Apr 2017 00:44:14 +0200 Subject: [PATCH] code made simpler --- Yavsc/Views/Shared/BillingLine.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yavsc/Views/Shared/BillingLine.cshtml b/Yavsc/Views/Shared/BillingLine.cshtml index 190e84b2..eb334b06 100644 --- a/Yavsc/Views/Shared/BillingLine.cshtml +++ b/Yavsc/Views/Shared/BillingLine.cshtml @@ -1,4 +1,4 @@ -@model Yavsc.Models.Billing.CommandLine +@model CommandLine