показала, осталось отчет
This commit is contained in:
parent
a882e62323
commit
be8076250f
@ -113,8 +113,8 @@ namespace BeautySalon
|
|||||||
{
|
{
|
||||||
chequeStorage.Add(new Cheque
|
chequeStorage.Add(new Cheque
|
||||||
{
|
{
|
||||||
MasterId = 27,
|
MasterId = 2,
|
||||||
ServiceId = 40,
|
ServiceId = 1,
|
||||||
ClientId = i % 2 + 2,
|
ClientId = i % 2 + 2,
|
||||||
Price = i * 10,
|
Price = i * 10,
|
||||||
DateReception = DateTime.Now,
|
DateReception = DateTime.Now,
|
||||||
|
@ -101,7 +101,7 @@ namespace BeautySalon
|
|||||||
masterDb.Add(new Master
|
masterDb.Add(new Master
|
||||||
{
|
{
|
||||||
FIO = i.ToString(),
|
FIO = i.ToString(),
|
||||||
SpecialisationId = 13,
|
SpecialisationId = 1,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
sw.Stop();
|
sw.Stop();
|
||||||
|
@ -102,7 +102,7 @@ namespace BeautySalon
|
|||||||
serviceStorage.Add(new Service
|
serviceStorage.Add(new Service
|
||||||
{
|
{
|
||||||
ServiceName = i.ToString(),
|
ServiceName = i.ToString(),
|
||||||
SpecialisationId = 13,
|
SpecialisationId = i % 2 + 1,
|
||||||
Price = i * 10
|
Price = i * 10
|
||||||
}) ;
|
}) ;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user