Ejemplo n.º 1
0
 public async Task <Operate> AddOrUpdate(SysUser model)
 {
     return(await sysUserBLL.AddOrUpdate(model));
 }