modified application source files to fit library

This commit is contained in:
2022-07-02 14:35:54 -04:00
parent a333807c03
commit d73f21d7ac
4 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ namespace DeskHubSharpRevised.DAL;
public class ApiDataService : IDataService
{
private string _apiEndpoint;
private string _apiEndpoint;
private string _query;
public List<RepoDetail> RepoDetail { get; set; }