TestSiteARSupport.Model.Account.FindAll C# (CSharp) Method

FindAll() public static method

public static FindAll ( ) : TestSiteARSupport.Model.Account[]
return TestSiteARSupport.Model.Account[]
		public static Account[] FindAll()
		{
			return (Account[]) FindAll(typeof(Account));
		}
	}