parent
7afe33c430
commit
25712e7513
@ -0,0 +1,12 @@
|
||||
using DbContextLib;
|
||||
|
||||
namespace DbDataManager;
|
||||
|
||||
public class DbManager
|
||||
{
|
||||
protected LibraryContext _context;
|
||||
public DbManager()
|
||||
{
|
||||
_context = new LibraryContext();
|
||||
}
|
||||
}
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue