Exemple #1
0
 public static bool SaveAccept(string YYCode, string MCode, string AcceptPeople, string type, ref string err)
 {
     return(MandateInfoPro.SaveAccept(YYCode, MCode, AcceptPeople, type, ref err));
 }