Skip to content

Instantly share code, notes, and snippets.

View AlphaGit's full-sized avatar

Alpha AlphaGit

View GitHub Profile
class ClientA
{
public virtual List<Invoice> Invoices { get; set; }
//...
public Product GetMostBuyedProduct(DateTime from, DateTime to)
{
//...
}
@AlphaGit
AlphaGit / markup.html
Created December 28, 2011 19:26 — forked from tathamoddie/markup.html
One color to rule them all.
<div id="foo"><div class="bar">Baz</div></div>