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