C# 클래스 UniversityChat.Data.DataHelpers.UserDataHelper

파일 보기 프로젝트 열기: jschefter/UniversityChat

공개 메소드들

메소드 설명
IsUserEmailExist ( string eamil ) : bool
IsUserNickNameExist ( string nickName ) : bool

메소드 상세

IsUserEmailExist() 공개 정적인 메소드

public static IsUserEmailExist ( string eamil ) : bool
eamil string
리턴 bool

IsUserNickNameExist() 공개 정적인 메소드

public static IsUserNickNameExist ( string nickName ) : bool
nickName string
리턴 bool