Ejemplo n.º 1
0
 public IntroductionEntity Create([FromBody] IntroductionEntity IntroductionEntity)
 {
     return(IntroductionService.Create(EmployeeEntity, IntroductionEntity));
 }