コード例 #1
0
 public bool Execute(string log, string password)
 {
     return(login.Author(log, password));
 }