コード例 #1
0
 internal IEnumerable <Keep> GetByUserId(string userId)
 {
     return(_repo.GetAllUserKeeps(userId));
 }