PingDto.cs 129 B

1234567
  1. namespace BO.AppServer.Metadata.Dto
  2. {
  3. public class PingDto : Dto
  4. {
  5. public string Status { get; set; }
  6. }
  7. }