예제 #1
0
 public bool SignIn(User user)
 {
     return true;
 }
예제 #2
0
 public bool Register(User user)
 {
     return true;
 }