Exemple #1
0
 public UserProfile Login(string userId)
 {
     return(_userProfileBL.GetUserProfileByUserId(userId));
 }