Ejemplo n.º 1
0
 public static bool UpdateMandate(MandateInfo mandate, List <SampleInfo> sampleList, ref string err)
 {
     return(MandateInfoPro.UpdateMandate(mandate, sampleList, ref err));
 }