Пример #1
0
 public IEnumerable <Vault> GetByProfile(string creatorId)
 {
     return(_repo.GetByProfile(creatorId));
 }