示例#1
0
 public async Task <DinazorResult <List <UserDto> > > GetAll()
 {
     return(await _userOperation.GetAll());
 }