コード例 #1
0
ファイル: InvoiceManager.cs プロジェクト: kidalv1/Webshop
 public List <Invoice> GetAll()
 {
     return(repo.GetAll());
 }