code format
This commit is contained in:
parent
a31c919dbb
commit
4f26e9bae4
3 changed files with 9 additions and 6 deletions
|
|
@ -1,3 +1,5 @@
|
|||
using Yavsc.Interfaces.Workflow;
|
||||
|
||||
namespace Yavsc.Models.Haircut
|
||||
{
|
||||
public class HairCutQueryEvent : BookQueryProviderInfo, IEvent
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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> |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue