Code formatiert
This commit is contained in:
@@ -69,7 +69,7 @@ namespace ReallifeGamemode.Server.Business
|
||||
|
||||
BusinessData data = GetData();
|
||||
|
||||
if(data == null)
|
||||
if (data == null)
|
||||
{
|
||||
using (var dbContext = new DatabaseContext())
|
||||
{
|
||||
@@ -93,7 +93,7 @@ namespace ReallifeGamemode.Server.Business
|
||||
|
||||
public BusinessData GetData(DatabaseContext dbContext = null)
|
||||
{
|
||||
if(dbContext == null)
|
||||
if (dbContext == null)
|
||||
{
|
||||
using (dbContext = new DatabaseContext())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user