Ejemplo n.º 1
0
 public void BuyClothe(BuyClotheParam param)
 {
     _storeService.AddClothe(new AddClotheParam
     {
         ClotheId = param.ClotheId,
         Quantity = param.Quantity
     });
 }