Example #1
0
 public void RemoveById(int id, ICollection <Error> errorList)
 {
     _countryLogic.RemoveById(id);
 }