예제 #1
0
 public string FlushAsyncLogin(LoginViewModel model)
 {
     return "OK";
 }
예제 #2
0
 public string Login(LoginViewModel model)
 {
     return "OK";
 }