Beispiel #1
0
 public IEnumerable <Keep> GetByProfile(string creatorId)
 {
     return(_repo.GetByProfile(creatorId));
 }