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
No related merge requests found
...@@ -24,9 +24,9 @@ namespace fichier1.Model ...@@ -24,9 +24,9 @@ namespace fichier1.Model
Random rnd = new Random(); Random rnd = new Random();
Prefixe[] prefixe = context.Set<Prefixe>().ToArray(); Prefixe[] prefixe = context.Prefixes.ToArray();
Radical[] radical = context.Set<Radical>().ToArray(); Radical[] radical = context.Radicals.ToArray();
Suffixe[] suffixe = context.Set<Suffixe>().ToArray(); Suffixe[] suffixe = context.Suffixes.ToArray();
for(int i = 0; i < nb; i++) 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