Exemplo n.º 1
0
 public object UpdateEntity([FromBody] Models.EntityModel.UpdateEntityReq req)
 {
     Bllfiles.Bll_entity bllentity            = new Bllfiles.Bll_entity();
     Models.EntityModel.UpdateEntityResp resp = bllentity.UpdateEntity(req);
     return(resp);
 }