Пример #1
0
 internal static UserAccountModel GetUserAccount(int userId)
 {
     return(UserAccountRepository.GetUserAccount(userId));
 }