Exemple #1
0
 public Service(IUserInfo userInfo, MastpenBitachonDbContext dbContext, BlobStorageService blobStorageService)
 {
     UserInfo  = userInfo;
     DbContext = dbContext;
     this.blobStorageService = blobStorageService;
 }
Exemple #2
0
 public OrganizationService(IUserInfo userInfo, MastpenBitachonDbContext dbContext, BlobStorageService blobStorageService)
     : base(userInfo, dbContext, blobStorageService)
 {
 }
Exemple #3
0
 public AlertService(IUserInfo userInfo, MastpenBitachonDbContext dbContext, BlobStorageService blobStorageService)
     : base(userInfo, dbContext, blobStorageService)
 {
 }