implemented interface, cleaned up ApiDataService

This commit is contained in:
2022-06-30 17:44:06 -04:00
parent 9e900f983c
commit d2f735b2ef
3 changed files with 33 additions and 38 deletions

View File

@@ -0,0 +1,6 @@
namespace DeskHubSharpRevised;
public class SearchWindowViewModel
{
}