コード例 #1
0
 public void AddNewBill(BillDTO dto)
 {
     _billRepository.AddNewBill(dto.Bill);
 }