Exemplo n.º 1
0
 public List <BannerResxEntity> GetResxNames([FromBody] string varType)
 {
     return(_pizzaRepo.GetResxNames(varType));
 }