Exemplo n.º 1
0
 public TbFaCotizacion Save(TbFaCotizacion domain)
 {
     return(repository.Save(domain));
 }