Пример #1
0
 private ConsoleApplication2.Shop.Client SetupClient1()
 {
     ConsoleApplication2.Shop.Client client = new ConsoleApplication2.Shop.Client();
     client.Id      = 3;
     client.Name    = "JhonJhonJhon";
     client.Surname = "Alladin";
     client.Money   = new Decimal(12000000.68);
     return(client);
 }
Пример #2
0
 private ConsoleApplication2.Shop.Client SetupClient()
 {
     ConsoleApplication2.Shop.Client client = new ConsoleApplication2.Shop.Client();
     client.Id      = 1;
     client.Name    = "Jhon";
     client.Surname = "Roger";
     client.Money   = new Decimal(120.68);
     return(client);
 }