Force git conflict

This commit is contained in:
2024-05-22 12:59:06 +02:00
parent 4af0180baa
commit a4e9b791c5
9 changed files with 11 additions and 8 deletions

View File

@@ -110,4 +110,4 @@ namespace BeWo.Service.ServiceImplementations
return true;
}
}
}
}

View File

@@ -181,4 +181,4 @@ namespace BeWo.Service.ServiceImplementations
public bool GetEmailForUserName(string pUserName, Uri serverName, out string email)
=> (new UserServiceImp()).GetEmailForUserName(pUserName, serverName, out email);
}
}
}