public CouchDbTShirtRepository(IMyCouchStore store)
 {
     this.store = store;
 }
Ejemplo n.º 2
0
		public CouchDbTShirtRepository (IMyCouchStore store)
		{
			this.store = store;
		}