Example #1
0
 public IEnumerable <CreateBagcart> Get(int id)
 {
     return(CreateBagcartRepository.GetBagcart(id));
 }