//------------------------------------------------------------------------------
//
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
//
//------------------------------------------------------------------------------
namespace EnVisage
{
using System;
using System.Collections.Generic;
public partial class View
{
public View()
{
this.Company2View = new HashSet();
this.Team2View = new HashSet();
this.User2View = new HashSet();
this.View2CostCenter = new HashSet();
}
public System.Guid Id { get; set; }
public string Name { get; set; }
public virtual ICollection Company2View { get; set; }
public virtual ICollection Team2View { get; set; }
public virtual ICollection User2View { get; set; }
public virtual ICollection View2CostCenter { get; set; }
}
}