public void Dispose() { if (Context != null) { Context.Dispose(); Context = null; } }
public UnitOfWork(TranslationsApiContext context) { Context = context; }