Exemplo n.º 1
0
 public AppRoleRepo(PollingAppContext context) : base(context)
 {
 }
Exemplo n.º 2
0
 public TopicOptionMappingRepo(PollingAppContext context) : base(context)
 {
 }
Exemplo n.º 3
0
 public OptionMasterRepo(PollingAppContext context) : base(context)
 {
 }
 public CategoryTopicMappingRepo(PollingAppContext context) : base(context)
 {
 }
 public CategoryMasterRepo(PollingAppContext context) : base(context)
 {
 }
Exemplo n.º 6
0
 public TopicMasterRepo(PollingAppContext context) : base(context)
 {
 }
 public TopicOptionMappingRepo(PollingAppContext context, IUnitOfWork uow) : base(context)
 {
     this.uow = uow;
 }
Exemplo n.º 8
0
 public PollingRepo(PollingAppContext context, IUnitOfWork uow) : base(context)
 {
     this.uow = uow;
 }