Example #1
0
 /// <summary>
 /// 获取成员模块元素信息
 /// </summary>
 /// <param name="input"></param>
 /// <returns></returns>
 public async Task <IList <PowerSelectViewResponse> > GetEmployeeModuleElement(EmployeeElementRequestDto input)
 {
     return(await _employeeDomainService.GetEmployeeModuleElement(input));
 }