8000 GitHub - VanHakobyan/LINQProject: :dart: LINQ, Galust,Karen,Zaruhi, Arshak Sadoyan , BMW, VAZ 2106, Toyoto,Mersedes, Auto :dart:
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

< 3F5C a href="/VanHakobyan/LINQProject/stargazers" data-view-component="true" class="Link Link--muted"> 5 stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0