first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace OpenWarehouse.auth.lib.Model.Service;
|
||||
|
||||
public class PingModel
|
||||
{
|
||||
public string Message { get; set; } = "Pong";
|
||||
public long Time { get; set; } = DateTime.UtcNow.ToBinary();
|
||||
}
|
||||
Reference in New Issue
Block a user