コード例 #1
0
 public IEnumerable <Bundle> AddBundle(AddBundleDTO bundleToAdd)
 {
     _repo.AddNewBundle(bundleToAdd);
     return(_repo.GetAllBundles());
 }