コード例 #1
0
 public EmailInfo AddEmailInfo(int UserId)
 {
     return(_LoginRepository.AddEmailInfo(UserId));
 }