AppActs.Client.Service.ApplicationService.GetPlatforms C# (CSharp) 메소드

GetPlatforms() 공개 메소드

public GetPlatforms ( ) : IEnumerable
리턴 IEnumerable
        public IEnumerable<Platform> GetPlatforms()
        {
            return this.platformRepository.FindAll();
        }