Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Repositories.Memory/RepositoryBase.cs @ 34:475be11edf56
Ajuste en los nombre de los assemblies y namespaces
author | nelo@MTEySS.neluz.int |
---|---|
date | Thu, 17 Mar 2011 16:59:29 -0300 |
parents | 49b572535156 |
children | 65bbcdd5d357 |
comparison
equal
deleted
inserted
replaced
33:1e95467c1245 | 34:475be11edf56 |
---|---|
1 using System; | 1 using System; |
2 using System.Collections.Generic; | 2 using System.Collections.Generic; |
3 | 3 |
4 namespace Agendas.Repositories.Memory | 4 namespace AltNetHispano.Agendas.Repositories.Memory |
5 { | 5 { |
6 public class RepositoryBase<T> | 6 public class RepositoryBase<T> |
7 { | 7 { |
8 protected static readonly IDictionary<Guid, T> Objects = new Dictionary<Guid, T>(); | 8 protected static readonly IDictionary<Guid, T> Objects = new Dictionary<Guid, T>(); |
9 } | 9 } |