Conférence de Cyrille Martraire à Codeurs en Seine 2015
Conférence de Eric et Sébastian Le Merdy à Codeurs en Seine 2015
public final class ArticleWasPublished {
private UUID articleId;
private UUID publisherId;
public ArticleWasPublished (UUID articleId, UUID publisherId) {
this.articleId = articleId;
this.publisherId = publisherId;
}
public UUID getArticleId() { return this.articleId; }
public UUID getPublisherId() { return this.publisherId; }
}
Date | Compte | Libellé | Changement |
---|---|---|---|
20/02/2016 | 042 | Remboursement | +20€ |
12/02/2016 | 042 | Facture | -20€ |
08/02/2016 | 042 | Courses | -12€ |
06/02/2016 | 042 | Virement initial | 100€ |