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

@@ -1103,4 +1103,5 @@ namespace BeWo
#endif
}
}
}
}

View File

@@ -35,3 +35,4 @@ namespace BeWo
}
}
}

View File

@@ -197,3 +197,5 @@
<Border x:Name="profileEditPopUp" />
</Grid>
</UserControl>

View File

@@ -675,7 +675,6 @@ namespace BeWo
}
if (ProfileList.Count == 0 || profileSelectionComboBox.SelectedItem == null)
{
MessageBox.Show(
@@ -1414,4 +1413,4 @@ namespace BeWo
return key1.Equals(key2);
}
}
}
}

View File

@@ -25,4 +25,4 @@ namespace BeWo.Service.Multitenancy
{
}
}
}
}

View File

@@ -36,4 +36,4 @@ namespace BeWo.Service.Multitenancy
writer.WriteElementString("Tenant", this.Tenant);
}
}
}
}

View File

@@ -18,4 +18,4 @@ namespace BeWo.Service.Multitenancy
return null;
}
}
}
}

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);
}
}
}