internal IEnumerable <Keep> GetKeepsByCreatorId(string queryProfileId, string userinfoId) { return(_krepo.GetKeepsByCreatorId(queryProfileId)); }
internal IEnumerable <Keep> GetKeepsByCreatorId(string queryProfile, string creatorId) { return(_repo.GetKeepsByCreatorId(queryProfile)); }