예제 #1
0
파일: Database.cs 프로젝트: andreimanu/CAH
 public int registerUser(ClientUser User)
 {
     throw new NotImplementedException();
 }
예제 #2
0
파일: Database.cs 프로젝트: andreimanu/CAH
 public int checkUserLogin(ClientUser User)
 {
     throw new NotImplementedException();
 }