Esempio n. 1
0
 public IEnumerable <Profile> GetProfilesByUser(string userId)
 {
     return(_repo.GetProfilesByUser(userId));
 }