Beispiel #1
0
 public List <Avatar> ReadAllAvatars()
 {
     return(_avatarRepo.ReadAllAvatars().ToList());
 }