public UnitOfWorkEntityFramework(FrapperDbContext context) { _context = context; AssignedRolesCommand = new AssignedRolesCommand(_context); UserMasterCommand = new UserMasterCommand(_context); UserTokensCommand = new UserTokensCommand(_context); MoviesCommand = new MoviesCommand(_context); }
public UnitOfWorkEntityFramework(FrapperDbContext context) { _context = context; AssignedRolesCommand = new AssignedRolesCommand(_context); RoleCommand = new RoleCommand(_context); UserMasterCommand = new UserMasterCommand(_context); UserTokensCommand = new UserTokensCommand(_context); MenuCategoryCommand = new MenuCategoryCommand(_context); MenuMasterCommand = new MenuMasterCommand(_context); SubMenuMasterCommand = new SubMenuMasterCommand(_context); VerificationCommand = new VerificationCommand(_context); ProfileImageCommand = new ProfileImageCommand(_context); NoticeCommand = new NoticeCommand(_context); NoticeDetailsCommand = new NoticeDetailsCommand(_context); DocumentCommand = new DocumentCommand(_context); }