added solution and project files
This commit is contained in:
6
DeskHubSharpRevised/DAL/ApiDataService.cs
Normal file
6
DeskHubSharpRevised/DAL/ApiDataService.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace DeskHubSharpRevised.DAL;
|
||||
|
||||
public class ApiDataService
|
||||
{
|
||||
|
||||
}
|
0
DeskHubSharpRevised/DAL/IDataService.cs
Normal file
0
DeskHubSharpRevised/DAL/IDataService.cs
Normal file
6
DeskHubSharpRevised/DAL/JsonDataService.cs
Normal file
6
DeskHubSharpRevised/DAL/JsonDataService.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace DeskHubSharpRevised.DAL;
|
||||
|
||||
public class JsonDataService
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user