Renamed the project from DebtMgr to eJay
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace DebtMgr.Model
|
||||
namespace eJay.Model
|
||||
{
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/// <summary> Values that represent transaction types. </summary>
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using SQLite.Net.Attributes;
|
||||
using SQLiteNetExtensions.Attributes;
|
||||
|
||||
namespace DebtMgr.Model
|
||||
namespace eJay.Model
|
||||
{
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/// <summary> A person. </summary>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using SQLite.Net.Attributes;
|
||||
using SQLiteNetExtensions.Attributes;
|
||||
|
||||
namespace DebtMgr.Model
|
||||
namespace eJay.Model
|
||||
{
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/// <summary> A transaction. </summary>
|
||||
|
||||
Reference in New Issue
Block a user