diff --git a/Sources/Modele/TagOperation.cs b/Sources/Modele/TagOperation.cs new file mode 100644 index 0000000..7d65332 --- /dev/null +++ b/Sources/Modele/TagOperation.cs @@ -0,0 +1,23 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Model +{ + public enum TagOperation + { + Alimentaire, + Carburant, + Habitation, + Energie, + Telephonie, + Loisir, + Restauration, + Divers, + Transport, + Transaction, + Santé + } +}