6 lines
141 B
C#
6 lines
141 B
C#
namespace WatchIt.WebAPI.Services.Utility.Configuration.Model;
|
|
|
|
public class ConnectionStrings
|
|
{
|
|
public string Default { get; set; }
|
|
} |