refactoring: --YavscLib-- => Yavsc

This commit is contained in:
2017-05-27 16:22:58 +02:00
parent e07c06b32e
commit 2a8b078024
102 changed files with 218 additions and 211 deletions

View File

@ -5,7 +5,7 @@ using Newtonsoft.Json;
namespace Yavsc.Models.Billing
{
using YavscLib.Billing;
using Yavsc.Billing;
public class CommandLine : ICommandLine {

View File

@ -9,7 +9,7 @@ namespace Yavsc.Models.Billing
{
using Models.Workflow;
using Newtonsoft.Json;
using YavscLib.Workflow;
using Yavsc.Workflow;
public partial class Estimate : IEstimate
{

View File

@ -1,4 +1,4 @@
using YavscLib.Billing;
using Yavsc.Billing;
namespace Yavsc.Models.Billing   {
public class FixedImpacter : IBillingImpacter

View File

@ -8,9 +8,9 @@ namespace Yavsc.Models.Billing
using Newtonsoft.Json;
using Workflow;
using Yavsc.Models.Payment;
using YavscLib;
using YavscLib.Billing;
using YavscLib.Workflow;
using Yavsc;
using Yavsc.Billing;
using Yavsc.Workflow;
public abstract class NominativeServiceCommand : IBaseTrackedEntity, IQuery, IIdentified<long>
{

View File

@ -1,4 +1,4 @@
using YavscLib.Billing;
using Yavsc.Billing;
namespace Yavsc.Models.Billing   {
public class ProportionalImpacter : IBillingImpacter

View File

@ -1,7 +1,7 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using YavscLib.Billing;
using Yavsc.Billing;
namespace Yavsc.Models.Billing {