Пример #1
0
 public IResult SetPassive(int id)
 {
     _basketDal.SetPassive(id);
     return(new SuccessResult(BusinessMessages.BasketPassived));
 }