Created approval reminder worker
This commit is contained in:
@ -21,10 +21,6 @@ public class DbConnectionService : IDbConnectionService {
|
||||
}
|
||||
|
||||
public IDbConnection GetConnection() {
|
||||
if (_envName.ToLower().Equals("development")) {
|
||||
return new SqliteConnection(_dbConnectionString);
|
||||
} else {
|
||||
return new SqlConnection(_dbConnectionString);
|
||||
}
|
||||
return new SqlConnection(_dbConnectionString);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user