Exemplo n.º 1
0
 public object GetEntityById([FromBody] Models.EntityModel.GetEntityByIdReq req)
 {
     Bllfiles.Bll_entity bllentity             = new Bllfiles.Bll_entity();
     Models.EntityModel.GetEntityByIdResp resp = bllentity.GetEntityByID(req);
     return(resp);
 }