Mercurial > silverbladetech
comparison Library/LibrarySystem/Core/Library.cs @ 59:3591c26bd63e
MVVMLight added
author | Steven Hollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sat, 21 Apr 2012 19:20:28 +0100 |
parents | aef06698d9e2 |
children |
comparison
equal
deleted
inserted
replaced
58:241e2f22ed3c | 59:3591c26bd63e |
---|---|
8 public class Library : ILibrary | 8 public class Library : ILibrary |
9 { | 9 { |
10 public string Location { get; private set; } | 10 public string Location { get; private set; } |
11 public IList<IStock> StockList { get; private set; } | 11 public IList<IStock> StockList { get; private set; } |
12 | 12 |
13 private Library() | 13 private Library() |
14 { | 14 { |
15 } | 15 } |
16 | 16 |
17 public static ILibrary Create(string location) | 17 public static ILibrary Create(string location) |
18 { | 18 { |