mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-26 15:51:08 +08:00
10 lines
208 B
C#
10 lines
208 B
C#
namespace BuildingBlocks.Swagger
|
|
{
|
|
public class SwaggerOptions
|
|
{
|
|
public string Title { get; set; }
|
|
public string Name { get; set; }
|
|
public string Version { get; set; }
|
|
}
|
|
}
|