public bool Post(CreateBagcart bagcart) { if (bagcart != null) { return(CreateBagcartRepository.addBagcartToDB(bagcart)); } else { return(false); } }