示例#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());
 }