コード例 #1
0
 public TbFaCotizacion Update(TbFaCotizacion domain)
 {
     return(repository.Update(domain));
 }