Beispiel #1
0
 public BaseRepository(EfFileCoreContext context)
 {
     _context = context;
 }
 public ClientRepository(EfFileCoreContext context) : base(context)
 {
     _context = context;
 }
Beispiel #3
0
 public FileConfigurationRepository(EfFileCoreContext context) : base(context)
 {
     _context = context;
 }