Remove CRM bits

This commit is contained in:
2016-08-25 13:05:31 -04:00
parent a5fcb46e04
commit b57c5ae41c
42 changed files with 0 additions and 1471 deletions
-6
View File
@@ -6,12 +6,6 @@ namespace InventoryTraker.Web.Data
{
public class AppDbContext : IdentityDbContext<User>
{
public IDbSet<Customer> Customers { get; set; }
public IDbSet<Opportunity> Opportunities { get; set; }
public IDbSet<Risk> Risks { get; set; }
public IDbSet<Inventory> Inventories { get; set; }
public IDbSet<InventoryType> InventoryTypes { get; set; }