Example #1
0
 public void RemoveSize(int id)
 {
     SizeService.Remove(new SizeEditViewModel()
     {
         ID = id
     });
 }