mirror of
https://github.com/ryzij/ServerMonitor.git
synced 2026-07-14 03:46:58 +00:00
Переименовал ConnectionsResponse -> ConnectionsCountResponse
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
namespace MonitorAgent.API.Contracts;
|
||||
|
||||
public class ConnectionsResponse
|
||||
public class ConnectionsCountResponse
|
||||
{
|
||||
public int Tcp {get;set;}
|
||||
public int Udp {get;set;}
|
||||
Reference in New Issue
Block a user