Exemple #1
0
 public void DeleteTemplate(TemplateViewModel model)
 {
     BookingDataRepository.DeleteMasterData(model);
 }