Skip to content
Snippets Groups Projects
Commit 7ac0a550 authored by LENERTZ PIERRE's avatar LENERTZ PIERRE
Browse files

Merge branch 'master' into 'master'

little change on genererMots

See merge request deleted_user_177013/t4-foc21!18
parents 8bbf2f78 f6353236
Branches
No related merge requests found
......@@ -24,9 +24,9 @@ namespace fichier1.Model
Random rnd = new Random();
Prefixe[] prefixe = context.Set<Prefixe>().ToArray();
Radical[] radical = context.Set<Radical>().ToArray();
Suffixe[] suffixe = context.Set<Suffixe>().ToArray();
Prefixe[] prefixe = context.Prefixes.ToArray();
Radical[] radical = context.Radicals.ToArray();
Suffixe[] suffixe = context.Suffixes.ToArray();
for(int i = 0; i < nb; i++)
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment