Пример #1
0
 public List<House_OtherFee> Query(House_OtherFeeQueryForm form)
 {
     ISqlMapper mapper = MapperHelper.GetMapper();
     House_OtherFeeDao dao = new House_OtherFeeDao(mapper);
     return dao.Query(form);
 }
Пример #2
0
 public bool Delete(House_OtherFeeQueryForm form)
 {
     ISqlMapper mapper = MapperHelper.GetMapper();
     House_OtherFeeDao dao = new House_OtherFeeDao(mapper);
     return dao.Delete(form);
 }