コード例 #1
0
 public Registration GetUserDetailByUserName(string userName)
 {
     return(_foodDataAccess.GetUserDetailByUserName(userName));
 }