Beispiel #1
0
 public EntityLabelQuery(IQueryableStore <EntityLabel> store)
 {
     _store = store;
 }
Beispiel #2
0
 public EntityReactionsQuery(IQueryableStore <EntityReaction> store)
 {
     _store = store;
 }
Beispiel #3
0
 public LabelQuery(IQueryableStore <TModel> store)
 {
     _store = store;
 }
Beispiel #4
0
 public EmailAttachmentQuery(IQueryableStore <EmailAttachment> store)
 {
     _store = store;
 }
Beispiel #5
0
 public CategoryDataQuery(IQueryableStore <CategoryData> store)
 {
     _store = store;
 }
Beispiel #6
0
 public EntityUserQuery(IQueryableStore <EntityUser> store)
 {
     _store = store;
 }
Beispiel #7
0
 public LabelDataQuery(IQueryableStore <LabelData> store)
 {
     _store = store;
 }
Beispiel #8
0
 public UserQuery(IQueryableStore <User> store)
 {
     _store = store;
 }
Beispiel #9
0
 public FollowQuery(IQueryableStore <Models.Follow> store)
 {
     _store = store;
 }
Beispiel #10
0
 public EntityTagQuery(IQueryableStore <EntityTag> store)
 {
     _store = store;
 }
Beispiel #11
0
 public MediaQuery(IQueryableStore <Models.Media> store)
 {
     _store = store;
 }
Beispiel #12
0
 public UserNotificationsQuery(IQueryableStore <UserNotification> store)
 {
     _store = store;
 }
Beispiel #13
0
 public FileInviteQuery(IQueryableStore <Models.FileInvite> store)
 {
     _store = store;
 }
Beispiel #14
0
 public FeatureEntityCountQuery(IQueryableStore <TModel> store)
 {
     _store = store;
 }
Beispiel #15
0
 public UserLoginQuery(IQueryableStore <UserLogin> store)
 {
     _store = store;
 }
Beispiel #16
0
 public AttachmentQuery(IQueryableStore <Models.Attachment> store)
 {
     _store = store;
 }
Beispiel #17
0
 public StarQuery(IQueryableStore <Star> store)
 {
     _store = store;
 }
Beispiel #18
0
 public UserBadgeQuery(IQueryableStore <UserBadge> store)
 {
     _store = store;
 }
Beispiel #19
0
 public UserTravelsHandler(IQueryableStore <Models.Travel> store, IIdentityProvider identityProvider)
 {
     this.store            = store;
     this.identityProvider = identityProvider;
 }
Beispiel #20
0
 public UserDataQuery(IQueryableStore <UserData> store)
 {
     _store = store;
 }
Beispiel #21
0
 public SimpleEntityQuery(IQueryableStore <TModel> store)
 {
     _store = store;
 }
Beispiel #22
0
 public CategoryQuery(IQueryableStore <TModel> store)
 {
     _store = store;
 }
Beispiel #23
0
 public UserReputationQuery(IQueryableStore <UserReputation> store)
 {
     _store = store;
 }
Beispiel #24
0
 public UserRoleQuery(IQueryableStore <UserRole> store)
 {
     _store = store;
 }
Beispiel #25
0
 public EntityCategoryQuery(IQueryableStore<EntityCategory> store)
 {
     _store = store;
 }
Beispiel #26
0
 public EntityDataQuery(IQueryableStore <IEntityData> store)
 {
     _store = store;
 }
Beispiel #27
0
 public EntityReplyQuery(IQueryableStore <TModel> store)
 {
     _store = store;
 }
Beispiel #28
0
 public CategoryRoleQuery(IQueryableStore <CategoryRole> store)
 {
     _store = store;
 }
Beispiel #29
0
 public RoleQuery(IQueryableStore <Role> store)
 {
     _store = store;
 }
Beispiel #30
0
 public ModeratorQuery(IQueryableStore <Moderator> store)
 {
     _store = store;
 }