示例#1
0
 /// <summary>
 /// Calls the method AddPointsToUser from the dbUser
 /// </summary>
 /// <param name="user">the user object</param>
 public void AddPointsToUser(User user)
 {
     dbUser.AddPointsToUser(user);
 }