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