Exemplo n.º 1
0
 public static bool Put(Categoria categoria)
 {
     return(CategoriaMapper.Put(categoria));
 }