コード例 #1
0
 public Bills BillsGetById(int Id)
 {
     return(_billsService.BillsGetByID(Id));
 }