Force git conflict
This commit is contained in:
@@ -1103,4 +1103,5 @@ namespace BeWo
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -35,3 +35,4 @@ namespace BeWo
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -197,3 +197,5 @@
|
||||
<Border x:Name="profileEditPopUp" />
|
||||
</Grid>
|
||||
</UserControl>
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -25,4 +25,4 @@ namespace BeWo.Service.Multitenancy
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,4 +36,4 @@ namespace BeWo.Service.Multitenancy
|
||||
writer.WriteElementString("Tenant", this.Tenant);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,4 +18,4 @@ namespace BeWo.Service.Multitenancy
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -110,4 +110,4 @@ namespace BeWo.Service.ServiceImplementations
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user