Changed the stats that are sent back to stat server from installed server.
This commit is contained in:
parent
4921b9d26b
commit
644cb6d1f6
7 changed files with 46 additions and 208 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue