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.
164 lines
3.9 KiB
164 lines
3.9 KiB
using Entities;
|
|
|
|
public static class fakeAnswers
|
|
{
|
|
public static IEnumerable<AnswerEntity> datas = new List<AnswerEntity>
|
|
{
|
|
new AnswerEntity
|
|
{
|
|
Id = 1,
|
|
Content = "Excepteur magna laboris adipisicing aute elit excepteur pariatur."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 2,
|
|
Content = "Ea sunt excepteur reprehenderit eiusmod exercitation culpa dolore cupIdatat."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 3,
|
|
Content = "Qui est fugiat aute et tempor aliquip nulla."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 4,
|
|
Content = "Irure adipisicing duis nisi ex fugiat exercitation occaecat eu sunt et do Lorem ex dolore."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 5,
|
|
Content = "Lorem et eiusmod officia cupIdatat ea magna."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 6,
|
|
Content = "Lorem proIdent ut excepteur fugiat mollit nostrud."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 7,
|
|
Content = "Nulla duis nulla ea eu velit proIdent sit Id voluptate esse mollit Id nostrud tempor."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 8,
|
|
Content = "Adipisicing duis anim aliquip ex aliquip enim ad magna excepteur sunt esse quis voluptate."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 9,
|
|
Content = "Anim sint deserunt aliqua labore proIdent mollit pariatur est."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 10,
|
|
Content = "Est eu consequat cupIdatat adipisicing proIdent sit proIdent fugiat consequat ullamco tempor sint commodo adipisicing."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 11,
|
|
Content = "Amet dolor reprehenderit cupIdatat exercitation ad dolore occaecat laboris est reprehenderit cillum nostrud fugiat eiusmod."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 12,
|
|
Content = "IncIdIdunt eiusmod excepteur ut consectetur."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 13,
|
|
Content = "Aliqua nisi reprehenderit dolor ipsum amet elit officia."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 14,
|
|
Content = "Dolore amet est dolor labore magna elit ipsum eu ea in in commodo."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 15,
|
|
Content = "Dolor excepteur dolor reprehenderit nisi consectetur irure adipisicing elit et."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 16,
|
|
Content = "Pariatur eu cupIdatat ad ex laborum consectetur voluptate laboris nisi commodo nostrud pariatur."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 17,
|
|
Content = "Veniam ut nulla aliqua velit est Lorem."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 18,
|
|
Content = "Labore nostrud reprehenderit magna fugiat duis anim ut consectetur dolor tempor voluptate nisi tempor sint."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 19,
|
|
Content = "Magna dolor amet ad excepteur."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 20,
|
|
Content = "Culpa amet laborum est dolor."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 21,
|
|
Content = "IncIdIdunt dolore excepteur do officia nisi sit amet nulla aliquip ex ea eiusmod."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 22,
|
|
Content = "Aute esse magna exercitation enim elit voluptate."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 23,
|
|
Content = "ProIdent culpa nostrud ad voluptate consectetur dolore."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 24,
|
|
Content = "Aliquip ipsum ex pariatur minim deserunt."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 25,
|
|
Content = "Minim ut quis nostrud commodo est reprehenderit elit et et consectetur sit in laborum eu."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 26,
|
|
Content = "Minim ullamco non Id in."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 27,
|
|
Content = "Dolor excepteur eiusmod cupIdatat minim dolore minim qui do adipisicing est."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 28,
|
|
Content = "ProIdent deserunt velit esse culpa consequat."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 29,
|
|
Content = "Lorem enim aliquip cupIdatat exercitation laborum ex duis."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 30,
|
|
Content = "Et sint veniam proIdent est ullamco exercitation aute occaecat elit sunt ullamco."
|
|
},
|
|
new AnswerEntity
|
|
{
|
|
Id = 31,
|
|
Content = "Commodo voluptate commodo duis quis consequat tempor cillum exercitation consequat ea cupIdatat magna."
|
|
}
|
|
} ;
|
|
}
|