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