Changed the stats that are sent back to stat server from installed server.

This commit is contained in:
YEGCSharpDev 2021-10-14 15:56:38 -06:00
parent 4921b9d26b
commit 644cb6d1f6
7 changed files with 46 additions and 208 deletions

View file

@ -1,11 +1,10 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using API.DTOs.Stats;
namespace API.Interfaces.Services
{
public interface IStatsService
{
Task PathData(ClientInfoDto clientInfoDto);
Task CollectAndSendStatsData();
}
}