Example #1
0
 public SimsManangement(SimsDbContext ctx, IMapper mapper, ISIMSAttachmentHost attachments, string userId, ILoggerFactory logging)
 {
     // unsure about this tbh....
     this.SimsDbHost  = FSA.SIMSManagerDb.Repositories.SimsDbHost.CreateHost(ctx, mapper, userId);
     this.attachments = attachments;
     this.logging     = logging;
 }
 public AttachmentUpdates(ISIMSAttachmentHost attachments, ISimsDbHost dbHost)
 {
     this.attachments = attachments;
     this.dbHost      = dbHost;
 }
 internal Signals(ISimsDbHost dbHost, ISIMSAttachmentHost attachments)
 {
     this.dbHost      = dbHost;
     this.attachments = attachments;
 }