code format

This commit is contained in:
2017-02-22 22:45:59 +01:00
parent 58243bea5e
commit c7759c7558
3 changed files with 9 additions and 6 deletions

View File

@ -1,3 +1,5 @@
using Yavsc.Interfaces.Workflow;
namespace Yavsc.Models.Haircut namespace Yavsc.Models.Haircut
{ {
public class HairCutQueryEvent : BookQueryProviderInfo, IEvent public class HairCutQueryEvent : BookQueryProviderInfo, IEvent

View File

@ -24,6 +24,8 @@ using System.ComponentModel.DataAnnotations;
namespace Yavsc.Models.Messaging namespace Yavsc.Models.Messaging
{ {
using Interfaces; using Interfaces;
using Interfaces.Workflow;
/// <summary> /// <summary>
/// Base event. /// Base event.
/// </summary> /// </summary>

View File

@ -9,7 +9,6 @@
<div> <div>
<h4>Estimate</h4> <h4>Estimate</h4>
<hr /> <hr />
@Html.DisplayFor(model => model) @Html.DisplayFor(model => model)
<p> <p>
<a asp-action="Edit" asp-route-id="@Model.Id">@SR["Edit"]</a> | <a asp-action="Edit" asp-route-id="@Model.Id">@SR["Edit"]</a> |