public MigrateDataBase(OverlayTranslateServerContext context)
 {
     _context = context;
 }
Example #2
0
 public TranslationRepository(OverlayTranslateServerContext context)
 {
     _context = context;
 }