public RevisionController()
     : this(new MongoRepository <Revision>(), SourceControlFactory.GetInstance())
 {
 }
 public DeploymentController()
     : this(new MongoRepository <DeploymentJob>(), new MongoRepository <DefaultCompanySetting>(), new EmailSender(), SourceControlFactory.GetInstance())
 {
 }
 public DeploymentController()
     : this(new MongoRepository <DeploymentJob>(), SourceControlFactory.GetInstance())
 {
 }