Beispiel #1
0
 public ICollection <Size> FindAll()
 {
     return(sizeRepository.findAll());
 }