예제 #1
0
 public virtual async Task <ContractDetailDto> GetAsync(Guid employeeId, Guid contractId)
 {
     return(await _contractAppService.GetAsync(employeeId, contractId));
 }