//------------------------------------------------------------------------------ // // This code was generated by a CodeSmith Template. // // DO NOT MODIFY contents of this file. Changes to this // file will be lost if the code is regenerated. // Author:Yubao Li // //------------------------------------------------------------------------------ using System; namespace OpenAuth.Domain { /// /// /// public partial class WorkflowScheme { public WorkflowScheme() { this.Code= string.Empty; this.Scheme= string.Empty; } /// /// /// public string Code { get; set; } /// /// /// public string Scheme { get; set; } } }