BinderSample.Web.Model.Publisher.FindAll C# (CSharp) Method

FindAll() public static method

public static FindAll ( ) : BinderSample.Web.Model.Publisher[]
return BinderSample.Web.Model.Publisher[]
		public static Publisher[] FindAll()
		{
			return (Publisher[]) FindAll( typeof(Publisher) );
		}
	}