Changed database name
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
using TextSender_API.Repositories;
|
||||
|
||||
public class BaseRepository
|
||||
{
|
||||
#region Fields
|
||||
protected string _connectionString;
|
||||
protected string _databaseName = "textSender";
|
||||
protected string _tableName;
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user