refactoring: --YavscLib-- => Yavsc

This commit is contained in:
Paul Schneider 2017-05-27 16:22:58 +02:00
commit 776b7dae21
102 changed files with 216 additions and 209 deletions

View file

@ -1,4 +1,4 @@
using YavscLib;
using Yavsc
namespace Yavsc.Interfaces
{
@ -7,4 +7,4 @@ namespace Yavsc.Interfaces
ICircle Circle { get; set; }
IApplicationUser Member { get; set; }
}
}
}

View file

@ -1,5 +1,4 @@
using YavscLib;

namespace Yavsc.Interfaces
{
public interface IGCMDeclaration
@ -17,4 +16,4 @@ namespace Yavsc.Interfaces
IApplicationUser DeviceOwner { get; set; }
string DeviceOwnerId { get; set; }
}
}
}

View file

@ -1,4 +1,4 @@
using YavscLib.Billing;
using Yavsc.Billing;
namespace Yavsc.Models.Billing {
public interface IBillingClause {