//------------------------------------------------------------------------------ // // 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 EMISOnline.Entities { #pragma warning disable 1573 using System; using System.Collections.Generic; /// /// test_question_keyword /// public partial class test_question_keyword { /// /// test_question_keyword_id /// public decimal test_question_keyword_id { get; set; } /// /// test_question_Id /// public Nullable test_question_Id { get; set; } /// /// test_keyword_id /// public Nullable test_keyword_id { get; set; } /// /// test_keyword /// public virtual test_keyword test_keyword { get; set; } } }