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