Esempio n. 1
0
 public static void DeleteCostCentre(int Id)
 {
     DataLayer.OfflineBooking deletecostcentre = new DataLayer.OfflineBooking();
     deletecostcentre.DeleteCostCentre(Id);
 }