예제 #1
0
 public List <ItemCarrinho> RemoverDoCarrinho(Guid itemId)
 {
     return(cr.RemoverDoCarrinho(itemId));
 }