fix : mise à jour des fake-datas

API
Damien NORTIER 1 year ago
parent 813dccecb9
commit 297560f178

@ -1,9 +1,4 @@
[
{
"Id": 0,
"Username": "Parker",
"HashedPassword": "Reprehenderit et excepteur eu reprehenderit deserunt nulla non aute veniam non occaecat eiusmod eu."
},
{
"Id": 1,
"Username": "Fisher",

@ -1,8 +1,4 @@
[
{
"Id": 0,
"Content": "Enim cillum excepteur ex consequat ad sint."
},
{
"Id": 1,
"Content": "Excepteur magna laboris adipisicing aute elit excepteur pariatur."

@ -1,8 +1,4 @@
[
{
"Id": 0,
"Name": "Chile"
},
{
"Id": 1,
"Name": "Northern Mariana Islands"

@ -1,10 +1,4 @@
[
{
"Id": 0,
"Name": "Entroflex",
"Password": "Fugiat Lorem occaecat exercitation adipisicing occaecat minim tempor et aliquip.",
"NbPlayers": 6
},
{
"Id": 1,
"Name": "Biolive",

@ -1,9 +1,4 @@
[
{
"Id": 0,
"Nickname": "Colorado",
"HashedPassword": "Id qui occaecat ad aliqua veniam commodo deserunt exercitation est."
},
{
"Id": 1,
"Nickname": "Nevada",

@ -1,10 +1,4 @@
[
{
"Id": 0,
"Content": "Pariatur pariatur quis qui veniam officia mollit.",
"Difficulty": 3,
"NbFalls": 319
},
{
"Id": 1,
"Content": "Est ullamco culpa ea aliqua ullamco non officia dolor.",

@ -4,12 +4,6 @@ public static class fakeAdministrators
{
public static IEnumerable<AdministratorEntity> datas = new List<AdministratorEntity>
{
new AdministratorEntity
{
Id = 0,
Username = "Parker",
HashedPassword = "Reprehenderit et excepteur eu reprehenderit deserunt nulla non aute veniam non occaecat eiusmod eu."
},
new AdministratorEntity
{
Id = 1,

@ -4,11 +4,6 @@ public static class fakeAnswers
{
public static IEnumerable<AnswerEntity> datas = new List<AnswerEntity>
{
new AnswerEntity
{
Id = 0,
Content = "Enim cillum excepteur ex consequat ad sint."
},
new AnswerEntity
{
Id = 1,

@ -4,11 +4,6 @@ public static class fakeChapters
{
public static IEnumerable<ChapterEntity> datas = new List<ChapterEntity>
{
new ChapterEntity
{
Id = 0,
Name = "Chile"
},
new ChapterEntity
{
Id = 1,

@ -4,13 +4,6 @@ public static class fakeLobbies
{
public static IEnumerable<LobbyEntity> datas = new List<LobbyEntity>
{
new LobbyEntity
{
Id = 0,
Name = "Entroflex",
Password = "Fugiat Lorem occaecat exercitation adipisicing occaecat minim tempor et aliquip.",
NbPlayers = 6
},
new LobbyEntity
{
Id = 1,

@ -4,12 +4,6 @@ public static class fakePlayers
{
public static IEnumerable<PlayerEntity> datas = new List<PlayerEntity>
{
new PlayerEntity
{
Id = 0,
Nickname = "Colorado",
HashedPassword = "Id qui occaecat ad aliqua veniam commodo deserunt exercitation est."
},
new PlayerEntity
{
Id = 1,

@ -4,13 +4,6 @@ public static class fakeQuestions
{
public static IEnumerable<QuestionEntity> datas = new List<QuestionEntity>
{
new QuestionEntity
{
Id = 0,
Content = "Pariatur pariatur quis qui veniam officia mollit.",
Difficulty = 3,
NbFalls = 319
},
new QuestionEntity
{
Id = 1,

Loading…
Cancel
Save