Example #1
0
 public void Insert(Rent entity)
 {
     _rentRepository.Insert(entity);
 }