wip social
This commit is contained in:
parent
b94c30ed5b
commit
efc1a80e5b
9 changed files with 245 additions and 50 deletions
|
|
@ -12,6 +12,7 @@ using Yavsc.Models.OAuth;
|
|||
using Yavsc.Models.Workflow;
|
||||
using Yavsc.Models.Identity;
|
||||
using Yavsc.Models.Market;
|
||||
using Yavsc.Model;
|
||||
|
||||
namespace Yavsc.Models
|
||||
{
|
||||
|
|
@ -182,5 +183,7 @@ namespace Yavsc.Models
|
|||
public DbSet<EstimateTemplate> EstimateTemplates { get; set; }
|
||||
|
||||
public DbSet<Contact> Contacts { get; set; }
|
||||
|
||||
public DbSet<ClientProviderInfo> ClientProviderInfo { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue