Exemplo n.º 1
0
 public async Task <IActionResult> Page(UserdepartmentQuery userdepartmentQuery)
 {
     return(Success(await _userdepartmentService.PageAsync(userdepartmentQuery)));
 }
Exemplo n.º 2
0
 public async Task <IActionResult> Get(UserdepartmentQuery userdepartmentQuery)
 {
     return(Success(await _userdepartmentService.RetrieveAsync(userdepartmentQuery)));
 }