예제 #1
0
파일: DbStack.cs 프로젝트: pastr-git/server
 public DbStack(CollectionHolder <T> collectionHolder) : this(collectionHolder, TimeSpan.FromMinutes(15))
 {
 }
예제 #2
0
파일: DbStack.cs 프로젝트: pastr-git/server
 public DbStack(CollectionHolder <T> collectionHolder, TimeSpan insertInterval)
 {
     Collection     = collectionHolder;
     InsertInterval = insertInterval;
 }
예제 #3
0
 public void LoadCollections()
 {
     Pastes = new CollectionHolder <Paste>(this);
 }