コード例 #1
0
 public User GetUserInfo(Login ln)
 {
     return(regRepo.GetUser(ln));
 }