Example #1
0
 public EmailAttribureRepository(AZTDataContext context, IMapper mapper)
     : base(context, mapper)
 {
 }
Example #2
0
 protected AZTRepository(AZTDataContext context, IMapper mapper)
     : base(context, mapper)
 {
 }