Skip to content

🎯 LINQ, Galust,Karen,Zaruhi, Arshak Sadoyan , BMW, VAZ 2106, Toyoto,Mersedes, Auto 🎯

Notifications You must be signed in to change notification settings

VanHakobyan/LINQProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LINQProject 📌

📒

//Catalog auto in sale
List<Auto> catalogAuto = new List<Auto>
{
   new Auto("Mersedes","E","Blue",2006,3.2f,false),
   new Auto("Infiniti","FX35","Black",2006,3.5f,true),
   new Auto("BMW","X5","Red",2004,4.4f,true),
   new Auto("Toyota","Land Cruiser","White",2008,4.7f,true)
};

// Buyers list NOT to politicize
List<Customer> listCustomer = new List<Customer>
{
   new Customer("Zaruhi Postanjyan","Mersedes","055105510"),
   new Customer("Arshak Sadoyan","Vaz 21 06","093101010"),
   new Customer("Karen Karapetyan","BMW","077777777"),
   new Customer("Galust Sahakyan","Toyota","041765149")

};

About

🎯 LINQ, Galust,Karen,Zaruhi, Arshak Sadoyan , BMW, VAZ 2106, Toyoto,Mersedes, Auto 🎯

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages