AppActs.Client.Service.ApplicationService.GetPlatforms C# (CSharp) Méthode

GetPlatforms() public méthode

public GetPlatforms ( ) : IEnumerable
Résultat IEnumerable
        public IEnumerable<Platform> GetPlatforms()
        {
            return this.platformRepository.FindAll();
        }