Example #1
0
 public IntroductionEntity Update(Guid IntroductionId, [FromBody] IntroductionEntity IntroductionEntity)
 {
     return(IntroductionService.Update(EmployeeEntity, IntroductionId, IntroductionEntity));
 }