コード例 #1
0
ファイル: SalesBLL.cs プロジェクト: 123300/BitmProject1
 public bool AddButton(Sale _sale)
 {
     return(_salesRepository.AddButton(_sale));
 }