Exemplo n.º 1
0
 public void DeleteCountry(int locationId, String moifiedBy, DateTime modifieddate)
 {
     locationdal.DeleteCountry(locationId, moifiedBy, modifieddate);
 }