Renamed the project from DebtMgr to eJay
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using DebtMgr.Model;
|
||||
using eJay.Model;
|
||||
using SQLite.Net;
|
||||
using SQLite.Net.Interop;
|
||||
using SQLite.Net.Platform.Generic;
|
||||
|
||||
namespace DebtMgr.Data
|
||||
namespace eJay.Data
|
||||
{
|
||||
public class Database : SQLiteConnection
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user