Esempio n. 1
0
 public void DeletePost(EntityDto <long> input)
 {
     _districtManagerManager.DeleteDistrict(input.Id);
 }