Refactored repository pattern for Add and Update methods so that they return their respective entity objects
This commit is contained in:
@ -117,7 +117,6 @@
|
||||
private string DatabaseType = "LocalDB";
|
||||
private string ServerName = "(LocalDb)\\MSSQLLocalDB";
|
||||
private string DatabaseName = "Oqtane-" + DateTime.Now.ToString("yyyyMMddHHmm");
|
||||
private bool IntegratedSecurity = true;
|
||||
private string Username = "";
|
||||
private string Password = "";
|
||||
private string HostUsername = "host";
|
||||
|
Reference in New Issue
Block a user