コード例 #1
0
 public async Task <Operate> DeleteById([FromUri] long id)
 {
     return(await sysUserBLL.DeleteById(id));
 }