Method rename

This commit is contained in:
Per Ploug Krogslund
2015-08-19 22:45:39 +02:00
parent f2b78e7bfa
commit 77a8d2e99b

View File

@@ -93,7 +93,7 @@ namespace Umbraco.Web.Editors
/// <summary>
/// Returns all member types
/// </summary>
public IEnumerable<ContentTypeBasic> GetAll()
public IEnumerable<ContentTypeBasic> GetAllTypes()
{
if (_provider.IsUmbracoMembershipProvider())
{