Ejemplo n.º 1
0
 public UserProfileManagerUT()
 {
     tu           = new TestingUtils();
     profileMan   = new UserProfileManager();
     _userService = new UserService();
 }