mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-19 02:12:10 +08:00
7 lines
117 B
C#
7 lines
117 B
C#
namespace BuildingBlocks.EFCore;
|
|
|
|
public class DatabaseOptions
|
|
{
|
|
public string DefaultConnection { get; set; }
|
|
}
|