Un utilisitateur a plusieurs profiles

Il en a un préféré. Il peux en saisir de tout type.
This commit is contained in:
Paul Schneider 2017-01-09 10:08:20 +01:00
commit 2644ac2d60
27 changed files with 4174 additions and 49 deletions

View file

@ -1,10 +1,11 @@
using System.Collections.Generic;
using Microsoft.AspNet.Identity;
using Yavsc.Model.Bank;
using Yavsc.Models;
namespace Yavsc.ViewModels.Manage
{
using Model.Bank;
using Models;
using Models.Workflow;
public class IndexViewModel
{
public string UserName {get; set; }
@ -21,7 +22,7 @@ namespace Yavsc.ViewModels.Manage
public bool BrowserRemembered { get; set; }
public Activity Activity { get; set; }
public List<UserActivity> Activity { get; set; }
public long PostsCounter { get; set; }