コード例 #1
0
ファイル: CustomerManager.cs プロジェクト: sanjoy017/265990
 public bool Add(Customer customer)
 {
     return(_customeRepository.Add(customer));
 }