public CreateTopicService()
 {
     CreatingTopic = new CreatingTopic(Db);
     Db.CreateTableIfNotExists <Topic>();
 }
Exemple #2
0
 public CreateQueueService()
 {
     CreatingQueue = new CreatingQueue(Db);
     Db.CreateTableIfNotExists <Queue>();
 }