C# Class SpringMvc.Models.UserAccounts.Dao.Implementation.UserInformationDao

Inheritance: SpringMvc.Models.Common.BaseHibernateDao, IUserInformationDao
显示文件 Open project: krzysiuk12/SpringMvc

Public Methods

Method Description
GetUserAccountById ( long userAccountId ) : UserAccount

Method Details

GetUserAccountById() public method

public GetUserAccountById ( long userAccountId ) : UserAccount
userAccountId long
return SpringMvc.Models.POCO.UserAccount