Initial Commit ...
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using xModels.Base;
|
||||
using xIdentityModels.Constants;
|
||||
|
||||
namespace xIdentityModels.Dtos {
|
||||
public class XFriendshipInfoDto : XBaseDto {
|
||||
public string UserId { get; set; }
|
||||
public bool IsFollower { get; set; }
|
||||
public bool IsFollowing { get; set; }
|
||||
public XFriendshipState FollowerState { get; set; }
|
||||
public XFriendshipState FollowingState { get; set; }
|
||||
public long Followers { get; set; }
|
||||
public long Followings { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user