kelumKP / Sample-Codes

This is sample code 100% made by me for future references
0 stars 0 forks source link

changes in edmx #4

Open kelumKP opened 8 years ago

kelumKP commented 8 years ago

AB_Product

    public string ReasonEn { get; set; }
    public string ReasonAr { get; set; }

AB_ProductTypeCategoryField

    public string Field_Value_EN { get; set; }
    public string Field_Value_AR { get; set; }
    ////
    public string UserGroupNameEn { get; set; }
    public string UserGroupNameAr { get; set; }

AB_ProductTypeCategory

    public string ProductCategoryTypeEn { get; set; }
    public string ProductCategoryTypeAr { get; set; }

AB_Subsidary

    public SelectList CountryList { get; set; }