code format
This commit is contained in:
@ -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
|
||||||
|
@ -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>
|
||||||
|
@ -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> |
|
||||||
|
Reference in New Issue
Block a user