Esempio n. 1
0
 public object Get(GetLicenseTypes request)
 {
     return Enum.GetValues(typeof(Portable.Licensing.LicenseType))
                .Cast<Portable.Licensing.LicenseType>().ToList();
 }
Esempio n. 2
0
 public object Get(GetLicenseTypes request)
 {
     return(Enum.GetValues(typeof(Portable.Licensing.LicenseType))
            .Cast <Portable.Licensing.LicenseType>().ToList());
 }