Пример #1
0
 public object Get(GetLicenseTypes request)
 {
     return Enum.GetValues(typeof(Portable.Licensing.LicenseType))
                .Cast<Portable.Licensing.LicenseType>().ToList();
 }
Пример #2
0
 public object Get(GetLicenseTypes request)
 {
     return(Enum.GetValues(typeof(Portable.Licensing.LicenseType))
            .Cast <Portable.Licensing.LicenseType>().ToList());
 }