You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3.01-QCM_MuscuMaths/WebApi/FakeDatas/fake-Players.cs

231 lines
5.6 KiB

using Entities;
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,
Nickname = "Nevada",
HashedPassword = "Esse anim ad fugiat sint cillum."
},
new PlayerEntity
{
Id = 2,
Nickname = "American Samoa",
HashedPassword = "Magna nostrud laboris sit ullamco."
},
new PlayerEntity
{
Id = 3,
Nickname = "Alaska",
HashedPassword = "Aute veniam cillum magna veniam aliquip aliqua mollit esse."
},
new PlayerEntity
{
Id = 4,
Nickname = "Marshall Islands",
HashedPassword = "Qui Lorem enim nulla esse deserunt nisi duis est."
},
new PlayerEntity
{
Id = 5,
Nickname = "Kentucky",
HashedPassword = "Do nisi nulla cillum aliquip elit non nulla."
},
new PlayerEntity
{
Id = 6,
Nickname = "New Mexico",
HashedPassword = "Amet duis sit nulla elit laborum minim ad voluptate enim tempor incIdIdunt."
},
new PlayerEntity
{
Id = 7,
Nickname = "Minnesota",
HashedPassword = "Mollit et magna labore nostrud cupIdatat."
},
new PlayerEntity
{
Id = 8,
Nickname = "New Hampshire",
HashedPassword = "Mollit cillum consequat Lorem nulla consectetur cillum ex et ea exercitation."
},
new PlayerEntity
{
Id = 9,
Nickname = "Iowa",
HashedPassword = "Exercitation qui officia ad nostrud fugiat Id voluptate et labore."
},
new PlayerEntity
{
Id = 10,
Nickname = "Maine",
HashedPassword = "Lorem minim Lorem irure minim occaecat do in do excepteur."
},
new PlayerEntity
{
Id = 11,
Nickname = "Oregon",
HashedPassword = "Ipsum sunt Lorem exercitation Id esse."
},
new PlayerEntity
{
Id = 12,
Nickname = "Wyoming",
HashedPassword = "Enim ex deserunt reprehenderit non proIdent."
},
new PlayerEntity
{
Id = 13,
Nickname = "New York",
HashedPassword = "Irure nostrud labore velit voluptate fugiat velit aute deserunt voluptate adipisicing anim culpa minim."
},
new PlayerEntity
{
Id = 14,
Nickname = "Kansas",
HashedPassword = "Aliqua ipsum enim nostrud proIdent adipisicing reprehenderit."
},
new PlayerEntity
{
Id = 15,
Nickname = "Idaho",
HashedPassword = "Occaecat ipsum non ad excepteur esse minim non ipsum in deserunt."
},
new PlayerEntity
{
Id = 16,
Nickname = "Montana",
HashedPassword = "Velit ipsum incIdIdunt sit ex duis deserunt elit incIdIdunt est eu et ipsum pariatur aliqua."
},
new PlayerEntity
{
Id = 17,
Nickname = "Tennessee",
HashedPassword = "Aute sint officia laborum enim irure Lorem qui excepteur sunt duis ex do occaecat ex."
},
new PlayerEntity
{
Id = 18,
Nickname = "Ohio",
HashedPassword = "Aute ea quis commodo aliquip esse laborum aliqua."
},
new PlayerEntity
{
Id = 19,
Nickname = "Nebraska",
HashedPassword = "Irure consectetur irure enim aliquip consequat mollit pariatur dolore non excepteur elit quis."
},
new PlayerEntity
{
Id = 20,
Nickname = "South Dakota",
HashedPassword = "Tempor in exercitation amet quis commodo laborum consectetur consequat commodo labore ullamco mollit enim est."
},
new PlayerEntity
{
Id = 21,
Nickname = "Virgin Islands",
HashedPassword = "IncIdIdunt in ea tempor duis nostrud anim nisi do in magna."
},
new PlayerEntity
{
Id = 22,
Nickname = "Mississippi",
HashedPassword = "Ullamco ullamco cupIdatat reprehenderit sit Lorem."
},
new PlayerEntity
{
Id = 23,
Nickname = "North Carolina",
HashedPassword = "Cillum nostrud cupIdatat eu elit quis."
},
new PlayerEntity
{
Id = 24,
Nickname = "West Virginia",
HashedPassword = "Exercitation magna nostrud enim ut ut dolor nisi labore aliquip."
},
new PlayerEntity
{
Id = 25,
Nickname = "Michigan",
HashedPassword = "Culpa non sunt sit occaecat aute qui consectetur laboris ad labore."
},
new PlayerEntity
{
Id = 26,
Nickname = "Guam",
HashedPassword = "Nulla consequat laboris enim ea aute ad dolore velit nulla."
},
new PlayerEntity
{
Id = 27,
Nickname = "Federated States Of Micronesia",
HashedPassword = "Anim mollit non occaecat ad nulla laborum eiusmod."
},
new PlayerEntity
{
Id = 28,
Nickname = "Wisconsin",
HashedPassword = "Reprehenderit duis commodo irure dolore laboris reprehenderit excepteur magna Id dolor in."
},
new PlayerEntity
{
Id = 29,
Nickname = "Palau",
HashedPassword = "Et esse laboris incIdIdunt deserunt ullamco sit culpa ea consequat adipisicing pariatur."
},
new PlayerEntity
{
Id = 30,
Nickname = "Hawaii",
HashedPassword = "Velit deserunt ut ad eiusmod reprehenderit incIdIdunt commodo nostrud qui excepteur."
},
new PlayerEntity
{
Id = 31,
Nickname = "Delaware",
HashedPassword = "Aute nisi duis cupIdatat ullamco."
},
new PlayerEntity
{
Id = 32,
Nickname = "Alabama",
HashedPassword = "Duis eiusmod voluptate commodo est esse esse minim est aute."
},
new PlayerEntity
{
Id = 33,
Nickname = "Washington",
HashedPassword = "Ex ut anim voluptate est ea fugiat consectetur."
},
new PlayerEntity
{
Id = 34,
Nickname = "Indiana",
HashedPassword = "Pariatur cillum minim incIdIdunt eu esse."
},
new PlayerEntity
{
Id = 35,
Nickname = "Massachusetts",
HashedPassword = "Anim labore occaecat pariatur ullamco amet ipsum consectetur ullamco nulla tempor."
},
new PlayerEntity
{
Id = 36,
Nickname = "Oklahoma",
HashedPassword = "Consequat enim mollit occaecat ut dolore et non consectetur ad velit."
}
} ;
}