コード例 #1
0
ファイル: InvoiceManager.cs プロジェクト: kidalv1/Webshop
 public Invoice FindById(int?id)
 {
     return(repo.Read(id));
 }