コード例 #1
0
 internal IEnumerable <Keep> GetKeepsByCreatorId(string queryProfileId, string userinfoId)
 {
     return(_krepo.GetKeepsByCreatorId(queryProfileId));
 }
コード例 #2
0
ファイル: KeepsService.cs プロジェクト: SpencerLeBard/Keepr
 internal IEnumerable <Keep> GetKeepsByCreatorId(string queryProfile, string creatorId)
 {
     return(_repo.GetKeepsByCreatorId(queryProfile));
 }