Exemple #1
0
 /// <summary>
 /// Constructor for building a new simple object with the POCO class
 /// </summary>
 public SupportRequestTypeSimple(SupportRequestType supportRequestType)
     : this()
 {
     SupportRequestTypeID          = supportRequestType.SupportRequestTypeID;
     SupportRequestTypeName        = supportRequestType.SupportRequestTypeName;
     SupportRequestTypeDisplayName = supportRequestType.SupportRequestTypeDisplayName;
     SupportRequestTypeSortOrder   = supportRequestType.SupportRequestTypeSortOrder;
 }
 public StartTempSupportRequestCommand(SupportRequestType type)
 {
     Type = type;
 }