Пример #1
0
 public ProductSize Find(long?id)
 {
     return(_ProductSizesRepository.Find(id));
 }