Updated refrences
This commit is contained in:
@@ -12,4 +12,9 @@
|
|||||||
<ProjectReference Include="..\Models\Data.csproj" />
|
<ProjectReference Include="..\Models\Data.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Folder Include="Business\Sales\" />
|
||||||
|
<Folder Include="Business\UserManagment\" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
@@ -6,6 +6,6 @@ namespace Data
|
|||||||
{
|
{
|
||||||
public static class Configuration
|
public static class Configuration
|
||||||
{
|
{
|
||||||
public const string ConnectionString = "Data Source=CYNTHIA-PC;Initial Catalog=LuminousSales;Integrated Security=True";
|
public const string ConnectionString = "Data Source=(localdb)\\MSSQLLocalDB;Initial Catalog=LuminousSales;Integrated Security=True;";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,7 +1,5 @@
|
|||||||
using Data.Base;
|
using Data.Base;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel.DataAnnotations;
|
|
||||||
using System.ComponentModel.DataAnnotations.Schema;
|
|
||||||
|
|
||||||
namespace Models.Models
|
namespace Models.Models
|
||||||
{
|
{
|
||||||
|
@@ -1,6 +1,4 @@
|
|||||||
using Data.Base;
|
using Data.Base;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.ComponentModel.DataAnnotations;
|
|
||||||
|
|
||||||
namespace Models.Models
|
namespace Models.Models
|
||||||
{
|
{
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
using Data.Base;
|
using Data.Base;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using System.ComponentModel.DataAnnotations;
|
||||||
|
|
||||||
namespace Models.Models
|
namespace Models.Models
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user