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
{
public class HairCutQueryEvent : BookQueryProviderInfo, IEvent

View File

@ -23,11 +23,13 @@ using System.ComponentModel.DataAnnotations;
namespace Yavsc.Models.Messaging
{
using Interfaces;
/// <summary>
/// Base event.
/// </summary>
using Interfaces;
using Interfaces.Workflow;
/// <summary>
/// Base event.
/// </summary>
public class BaseEvent : IEvent {
public BaseEvent()
{

View File

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