implemented interface, cleaned up ApiDataService
This commit is contained in:
@@ -6,7 +6,7 @@ using Newtonsoft.Json;
|
||||
|
||||
namespace DeskHubSharpRevised.DAL;
|
||||
|
||||
public class JsonDataService
|
||||
public class JsonDataService : IDataService
|
||||
{
|
||||
private string _dataConfig;
|
||||
|
||||
@@ -67,4 +67,19 @@ public class JsonDataService
|
||||
{
|
||||
_dataConfig = dataFile;
|
||||
}
|
||||
|
||||
public void SearchRequest()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public void UserRequest()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public void BranchRequest()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user