Initial Commit ...
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace xIdentityModels.Constants {
|
||||
/// <summary>
|
||||
/// Represent State of Friendship between to Users
|
||||
/// </summary>
|
||||
public enum XFriendshipState {
|
||||
None,
|
||||
Pending,
|
||||
Accepted,
|
||||
Rejected,
|
||||
Blocked,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user