Esempio n. 1
0
 public Profile GetCreatorProfileById(string id)
 {
     return(_profilesRepository.GetCreatorProfileById(id));
 }