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