コード例 #1
0
ファイル: WishListService.cs プロジェクト: victorgare/sexy-up
 public void Insert(WishList wishList)
 {
     _wishListRepository.Insert(wishList);
 }