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