Beispiel #1
0
        public LicensePurposeTable GetLicensePurpose()
        {
            LicensePurposeTable licDt = new LicensePurposeTable();

            licDt = IgrssAdapters.LPurposeAdapter.GetLicensePurpose();
            return(licDt);
        }
Beispiel #2
0
        public LicensePurposeTable GetPuropseById(Guid PurposeId)
        {
            LicensePurposeTable licDt = new LicensePurposeTable();

            licDt = IgrssAdapters.LPurposeAdapter.GetPurposeById(PurposeId);
            return(licDt);
        }
Beispiel #3
0
 public LicensePurposeTable GetPuropseById(Guid PurposeId)
 {
     LicensePurposeTable licDt = new LicensePurposeTable();
     licDt = IgrssAdapters.LPurposeAdapter.GetPurposeById(PurposeId);
     return licDt;
 }
Beispiel #4
0
 public LicensePurposeTable GetLicensePurpose()
 {
     LicensePurposeTable licDt = new LicensePurposeTable();
     licDt = IgrssAdapters.LPurposeAdapter.GetLicensePurpose();
     return licDt;
 }