Exemple #1
0
 public Size GetById(int id)
 {
     return(_sizeRepository.GetSingleByCondition(x => x.ID == id));
 }