コード例 #1
0
 public async Task <IResponseEntity> Create(RoleAddRequest req)
 {
     return(await _sysRoleService.CreateAsync(req));
 }