Ejemplo n.º 1
0
		public StatisticsRepository(N2.Persistence.IRepository<Bucket> buckets, N2.Persistence.IRepository<Statistic> statistics)
		{
			this.buckets = buckets;
			this.statistics = statistics;
		}
Ejemplo n.º 2
0
 public StatisticsRepository(N2.Persistence.IRepository <Bucket> buckets, N2.Persistence.IRepository <Statistic> statistics)
 {
     this.buckets    = buckets;
     this.statistics = statistics;
 }