)>}]
شركة التطبيقات المتكاملة لتصميم وبرمجة البرمجيات الخاصة ش.ش.و.
Integrated Applications Programming Company
Home » Code Library » ServiceRequestAdministrativeIssueViewModel (Ia.Ftn.Wa.Models.Administration)

Public general use code classes and xml files that we've compiled and used over the years:

    1: using Microsoft.AspNetCore.Identity;
    2:  
    3: namespace Ia.Ftn.Wa.Models.Administration
    4: {
    5:     ////////////////////////////////////////////////////////////////////////////
    6:  
    7:     /// <summary publish="true">
    8:     ///
    9:     /// </summary>
   10:     /// 
   11:     /// <remarks> 
   12:     /// Copyright © 2006-2025 Jasem Y. Al-Shamlan (info@ia.com.kw), Integrated Applications - Kuwait. All Rights Reserved.
   13:     /// </remarks> 
   14:     public class ServiceRequestAdministrativeIssueViewModel
   15:     {
   16:         /// <summary/>
   17:         public Ia.Cl.Models.Result Result { get; set; }
   18:  
   19:         /// <summary/>
   20:         public string ListText { get; set; }
   21:  
   22:         /// <summary/>
   23:         public Ia.Cl.Models.Result Result2 { get; set; }
   24:  
   25:         /// <summary/>
   26:         public string List2Text { get; set; }
   27:  
   28:         /// <summary/>
   29:         public string LiteralText { get; set; }
   30:     }
   31:  
   32:     ////////////////////////////////////////////////////////////////////////////
   33:     ////////////////////////////////////////////////////////////////////////////
   34: }