Exemple #1
0
 public void Add(AddDistrictInput input)
 {
     this.InsertFromDto(input);
 }
        public ActionResult Add(AddDistrictInput modle)
        {
            this.Service.Add(modle);

            return(RedirectToAction("Index"));
        }