Example #1
0
 public bool Delete(Guid IntroductionId)
 {
     return(IntroductionService.Delete(EmployeeEntity, IntroductionId));
 }