mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-24 05:30:23 +08:00
7 lines
112 B
C#
7 lines
112 B
C#
namespace BuildingBlocks.EFCore;
|
|
|
|
public class SqlOptions
|
|
{
|
|
public string DefaultConnection { get; set; }
|
|
}
|