コード例 #1
0
ファイル: BillManager.cs プロジェクト: trungdp/ChoosePhone
 public List <Bill> GetAllBills()
 {
     return(BillDAO.All());
 }