Skip to content

Instantly share code, notes, and snippets.

Created May 19, 2016 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/faca2346a79a73653717df1f048463c8 to your computer and use it in GitHub Desktop.
Save anonymous/faca2346a79a73653717df1f048463c8 to your computer and use it in GitHub Desktop.
public List<Destinataire> list_dst
{
get { return list_dst; }
set { this.list_dst = list_dst; }
}
public List<PieceJointe> get_list_pj() {
return list_pj;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment