Exemple #1
0
 public EventsSqlRepository(NLayerIntivationsContext context) : base(context)
 {
 }
Exemple #2
0
 public BaseRepository(NLayerIntivationsContext context)
 {
     Context = context;
 }