Beispiel #1
0
 public long ExecSql(ProvinceDto dto)
 {
     return(_provinceRepository.ExecSql("addProvince", dto.ToEntity()));
 }