Пример #1
0
 public SizeViewModel GetSizeByID(int id)
 {
     return(SizeService.GetByID(id));
 }