예제 #1
0
 public IEnumerable <VaultKeeps> GetByUserId(string id) => _db.GetByUserId(id);
예제 #2
0
 internal IEnumerable <VaultKeepViewModel> Get(string userId)
 {
     return(_repo.GetByUserId(userId));
 }