Esempio n. 1
0
 public CommunityGroupsService(EFDbContext context
                               , IAWSS3Bucket awsS3Bucket
                               , IOpenOfficeHoursService openOfficeHoursService)
 {
     _unitOfWork             = new UnitOfWork(context);
     _context                = context;
     _awsS3Bucket            = awsS3Bucket;
     _openOfficeHoursService = openOfficeHoursService;
 }
Esempio n. 2
0
 public CommunityGroupArticleService(EFDbContext context, IAWSS3Bucket awsS3Bucket)
 {
     _unitOfWork  = new UnitOfWork(context);
     _context     = context;
     _awsS3Bucket = awsS3Bucket;
 }