AppActs.Client.Service.UserService.GetAll C# (CSharp) 메소드

GetAll() 공개 메소드

public GetAll ( ) : IEnumerable
리턴 IEnumerable
        public IEnumerable<User> GetAll()
        {
            return this.accountUserRepository.FindAll();
        }