18 changed files with
46 additions and
33 deletions
|
|
|
|
@ -9,7 +9,6 @@ namespace Yavsc.Models.Billing
|
|
|
|
|
{
|
|
|
|
|
using Models.Workflow;
|
|
|
|
|
using Newtonsoft.Json;
|
|
|
|
|
using Yavsc.Workflow;
|
|
|
|
|
|
|
|
|
|
public partial class Estimate : IEstimate
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
@ -5,7 +5,6 @@ using System.ComponentModel.DataAnnotations.Schema;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using Newtonsoft.Json;
|
|
|
|
|
using Yavsc.Models.Access;
|
|
|
|
|
using Yavsc;
|
|
|
|
|
|
|
|
|
|
namespace Yavsc.Models
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
@ -2,7 +2,6 @@ using System.ComponentModel.DataAnnotations;
|
|
|
|
|
using System.ComponentModel.DataAnnotations.Schema;
|
|
|
|
|
using Newtonsoft.Json;
|
|
|
|
|
using Yavsc.Models.Workflow;
|
|
|
|
|
using Yavsc;
|
|
|
|
|
|
|
|
|
|
namespace Yavsc.Models.Haircut
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
@ -2,7 +2,6 @@ using System;
|
|
|
|
|
using System.ComponentModel.DataAnnotations;
|
|
|
|
|
using Yavsc.Models.Auth;
|
|
|
|
|
using Yavsc.Models.Relationship;
|
|
|
|
|
using Yavsc;
|
|
|
|
|
|
|
|
|
|
namespace Yavsc.Models.Haircut.Views
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
@ -1,7 +1,6 @@
|
|
|
|
|
using System;
|
|
|
|
|
using System.Collections;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using Yavsc;
|
|
|
|
|
|
|
|
|
|
namespace Yavsc.Models.IT.Modeling
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,4 @@
|
|
|
|
|
|
|
|
|
|
using Yavsc;
|
|
|
|
|
|
|
|
|
|
namespace Yavsc.Models.IT.Modeling
|
|
|
|
|
{
|
|
|
|
|
public abstract class Letter<T> : ILetter<T>
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.ComponentModel.DataAnnotations;
|
|
|
|
|
using Yavsc;
|
|
|
|
|
|
|
|
|
|
namespace Yavsc.Models.Musical.Profiles
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.ComponentModel.DataAnnotations;
|
|
|
|
|
using Yavsc;
|
|
|
|
|
|
|
|
|
|
namespace Yavsc.Models.Musical.Profiles
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
using System.ComponentModel.DataAnnotations.Schema;
|
|
|
|
|
using Yavsc.Models.Workflow;
|
|
|
|
|
using Yavsc;
|
|
|
|
|
|
|
|
|
|
namespace Yavsc.Models.Musical.Profiles
|
|
|
|
|
{
|
|
|
|
|
|