예제 #1
0
 public TbFaCotizacion Save(TbFaCotizacion domain)
 {
     return(repository.Save(domain));
 }