EnVisageOnline/Main/Source/EnVisage/vw_User2Team2WorkflowRoleCo...

27 lines
933 B
C#

//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
namespace EnVisage
{
using System;
using System.Collections.Generic;
public partial class vw_User2Team2WorkflowRoleContactInfo
{
public string Id { get; set; }
public string UserName { get; set; }
public string FirstName { get; set; }
public string LastName { get; set; }
public string Email { get; set; }
public System.Guid TeamId { get; set; }
public string Name { get; set; }
public string RoleName { get; set; }
}
}