mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-13 20:18:36 +08:00
7 lines
96 B
C#
7 lines
96 B
C#
namespace BuildingBlocks.Web;
|
|
|
|
public class AppOptions
|
|
{
|
|
public string Name { get; set; }
|
|
}
|