Beispiel #1
0
 public string FindRFCCotizacionbyID(int cotizacionID)
 {
     return(_cotizacionRepository.GetRFCbyCotizacionID(cotizacionID));
 }