Beispiel #1
0
 public IEnumerable <Vault> GetByUserId(string userId)
 {
     return(_repo.GetByUserId(userId));
 }