예제 #1
0
 public async Task <JobType> CreateJobType([FromBody] JobType jobType) => await jobPostRepository.CreateJobType(jobType);