Exemplo n.º 1
0
 public bool PostProduct(FooterDTO item)
 {
     return(footerRepository.Insert(item));
 }