Blog.Services.Implementation.UsersService.GetUsersWithNoIdentityId C# (CSharp) 메소드

GetUsersWithNoIdentityId() 공개 메소드

public GetUsersWithNoIdentityId ( ) : List
리턴 List
        public List<User> GetUsersWithNoIdentityId()
        {
            return _usersLogic.GetUsersWithNoIdentityId();
        }