AppActs.Client.Service.ApplicationService.GetAll C# (CSharp) Method

GetAll() public method

public GetAll ( ) : IEnumerable
return IEnumerable
        public IEnumerable<Application> GetAll()
        {
            return this.applicationRepository.FindAll();
        }