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